diff options
| author | Lou Berger <lberger@labn.net> | 2017-02-17 12:18:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-17 12:18:08 -0500 |
| commit | bac515c64c89ccbb8a22fa40bd595dd2999404ee (patch) | |
| tree | 308e52e33bc7b14eda9ab521b71f90a3356b6a46 /lib/command.h | |
| parent | 9960254b7c3adacbcba47915ce5777466b2ee9aa (diff) | |
| parent | f47195ae584424123915172d18bef2ef8ec6179e (diff) | |
Merge pull request #103 from pguibert6WIND/frr_6wind_evpn_5
Provide EVPN basic support on master branch + EVPN Route Target 5 Support (V2)
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 29283418ce..d62f7655ee 100644 --- a/lib/command.h +++ b/lib/command.h @@ -105,6 +105,7 @@ enum node_type BGP_VNC_NVE_GROUP_NODE, /* BGP VNC nve group */ BGP_VNC_L2_GROUP_NODE, /* BGP VNC L2 group */ RFP_DEFAULTS_NODE, /* RFP defaults node */ + BGP_EVPN_NODE, /* BGP EVPN node. */ OSPF_NODE, /* OSPF protocol mode */ OSPF6_NODE, /* OSPF protocol for IPv6 mode */ LDP_NODE, /* LDP protocol mode */ |
