diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-04-26 17:57:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-26 17:57:04 -0300 |
| commit | a30c1597693a656eb3f744f1e5415d3e7a49fd94 (patch) | |
| tree | 85411ca1c66e055a8ad738b1323d8a56f447d1b8 /lib/command.h | |
| parent | e24287f11c8a0f84523cde9533340d78749aed3d (diff) | |
| parent | 352a10a999955095af2a905869c1274695f813be (diff) | |
Merge pull request #343 from donaldsharp/mpls2
Mpls
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index d62f7655ee..a8256c0312 100644 --- a/lib/command.h +++ b/lib/command.h @@ -96,8 +96,10 @@ enum node_type BGP_VPNV6_NODE, /* BGP MPLS-VPN PE exchange. */ BGP_IPV4_NODE, /* BGP IPv4 unicast address family. */ BGP_IPV4M_NODE, /* BGP IPv4 multicast address family. */ + BGP_IPV4L_NODE, /* BGP IPv4 labeled unicast address family. */ BGP_IPV6_NODE, /* BGP IPv6 address family */ BGP_IPV6M_NODE, /* BGP IPv6 multicast address family. */ + BGP_IPV6L_NODE, /* BGP IPv6 labeled unicast address family. */ BGP_ENCAP_NODE, /* BGP ENCAP SAFI */ BGP_ENCAPV6_NODE, /* BGP ENCAP SAFI */ BGP_VRF_POLICY_NODE, /* BGP VRF policy */ |
