summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2016-12-21 08:21:02 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2017-01-04 17:58:53 +0100
commitdb19215a73cd429f04543f75f80ffb989b54d8c3 (patch)
treef648bcc277689632defe52a97ce4170e3e3d0bb9 /lib/zebra.h
parent268fef65f965242757975908379c93002200fbaa (diff)
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>
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 345d3e2d8a..f9cf21984f 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -471,8 +471,7 @@ typedef enum {
/* Subsequent Address Family Identifier. */
#define SAFI_UNICAST 1
#define SAFI_MULTICAST 2
-#define SAFI_RESERVED_3 3
-#define SAFI_MPLS_VPN 4
+#define SAFI_MPLS_VPN 3
#define SAFI_RESERVED_4 4
#define SAFI_ENCAP 7 /* per IANA */
#define SAFI_MAX 8