mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-30 18:29:22 +00:00
lib: remove SAFI_RESERVED_3 and move SAFI_MPLS to that value
Because SAFI_RESERVED_3 value is no more used, the SAFI_MPLS value is lowered to that value. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
268fef65f9
commit
db19215a73
@ -471,8 +471,7 @@ typedef enum {
|
|||||||
/* Subsequent Address Family Identifier. */
|
/* Subsequent Address Family Identifier. */
|
||||||
#define SAFI_UNICAST 1
|
#define SAFI_UNICAST 1
|
||||||
#define SAFI_MULTICAST 2
|
#define SAFI_MULTICAST 2
|
||||||
#define SAFI_RESERVED_3 3
|
#define SAFI_MPLS_VPN 3
|
||||||
#define SAFI_MPLS_VPN 4
|
|
||||||
#define SAFI_RESERVED_4 4
|
#define SAFI_RESERVED_4 4
|
||||||
#define SAFI_ENCAP 7 /* per IANA */
|
#define SAFI_ENCAP 7 /* per IANA */
|
||||||
#define SAFI_MAX 8
|
#define SAFI_MAX 8
|
||||||
|
Loading…
Reference in New Issue
Block a user