commit | 87f011e5297ab9d3c599916800aab1198613071e | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Wed Jul 13 16:53:13 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Wed Jul 13 16:53:13 2011 +0400 |
tree | 3d165036dd68dcf3eea1dd66f5d373fc15a86bf3 | |
parent | ea15b20a7cb8e41e61c48e36a554c576ed6f2f91 [diff] [blame] |
bgpd: fix SAFI for for MPLS labeled VPN-IPv6 * bgpd.h: change value of BGP_SAFI_VPNV6 to 128 (RFC4659, BZ#659) * bgp_route.c: (bgp_table_stats_vty) fix length argument to strncmp()
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index a5afaed..73a9ea1 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h
@@ -726,7 +726,7 @@ /* SAFI which used in open capability negotiation. */ #define BGP_SAFI_VPNV4 128 -#define BGP_SAFI_VPNV6 129 +#define BGP_SAFI_VPNV6 128 /* Max TTL value. */ #define TTL_MAX 255