commit | beb1ca03bfe707d6d1fcad21fcbaa63af49c82f8 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Wed Jul 13 16:53:13 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Thu Sep 29 22:07:54 2011 +0400 |
tree | 78ffcd5ec7e9bb80e92c108f5ca0268ec6cff262 | |
parent | 48f99b0c2bfed8d3880732d188e1d5964f575ee4 [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 d415814..f396f72 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h
@@ -729,7 +729,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