From 87f011e5297ab9d3c599916800aab1198613071e Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Wed, 13 Jul 2011 16:53:13 +0400 Subject: 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() --- bgpd/bgpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgpd.h') diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index a5afaedc..73a9ea12 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -726,7 +726,7 @@ struct bgp_nlri /* 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 -- cgit v1.2.1