-
Notifications
You must be signed in to change notification settings - Fork 5
/
sr-lea.c
42 lines (37 loc) · 1.57 KB
/
sr-lea.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* =====================================================================================
*
* Filename: sr-lea.c
*
* Description:
*
* Version: 1.0
* Created: 01/28/2020 03:50:54 AM
* Revision: none
* Compiler: gcc
*
* Author: Er. Abhishek Sagar, Juniper Networks (https://csepracticals.wixsite.com/csepracticals), [email protected]
* Company: Juniper Networks
*
* This file is part of the SPFComputation distribution (https://github.com/sachinites)
* Copyright (c) 2019 Abhishek Sagar.
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
* Public License as published by the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* visit website : https://csepracticals.wixsite.com/csepracticals for more courses and projects
*
* =====================================================================================
*/
/* Implementation of Segment Routing Label Enocding
* Algorithm - SR-LEA
* 2016 IEEE 15th International Symposium on Network Computing and Applications
* Rabah Guedrez Olivier Dugeon Samer Lahoud G´eraldine Texier Orange Labs
* */
#ifndef __SR_LEA__
#define __SR_LEA__
#endif /* __SR_LEA__ */