diff options
| author | Russ White <russ@riw.us> | 2017-07-14 09:36:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 09:36:31 -0400 |
| commit | 805d1ca6b06158ce9f31f77867ef9d293744a95f (patch) | |
| tree | 855a3dca8ef223561892a62f8ef3adef89ff84eb /lib/command.h | |
| parent | 28bd1c1158c10268655878d12e5d8f17737de1bb (diff) | |
| parent | 2850f0ea580764393ae1253ef87a57d772dafafd (diff) | |
Merge pull request #809 from donaldsharp/evpn_plus_struct_attr
Evpn plus struct attr
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 5bde830015..4c2c5716b1 100644 --- a/lib/command.h +++ b/lib/command.h @@ -136,6 +136,7 @@ enum node_type MPLS_NODE, /* MPLS config node */ VTY_NODE, /* Vty node. */ LINK_PARAMS_NODE, /* Link-parameters node */ + BGP_EVPN_VNI_NODE, /* BGP EVPN VNI */ }; /* Node which has some commands and prompt string and configuration |
