diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-09 21:34:10 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-09 21:34:10 +0200 |
| commit | 695bb8f0d144def36295bd5af8b14fbf064b97b8 (patch) | |
| tree | 97028e2e94fce440996a78d5e0500209260f6cac /lib/command.c | |
| parent | 3cc2066899fb306dba34016c72b689af27d30de5 (diff) | |
| parent | 3b0f6068a83da9aeb46e42c430afc7b9c8e79393 (diff) | |
Merge branch 'frr/pull/822' ("EVPN fixes")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 09ffa6ce56..077a72398d 100644 --- a/lib/command.c +++ b/lib/command.c @@ -101,6 +101,7 @@ const char *node_names[] = { "ipv4 access list", // ACCESS_NODE, "ipv4 prefix list", // PREFIX_NODE, "ipv6 access list", // ACCESS_IPV6_NODE, + "MAC access list", // ACCESS_MAC_NODE, "ipv6 prefix list", // PREFIX_IPV6_NODE, "as list", // AS_LIST_NODE, "community list", // COMMUNITY_LIST_NODE, |
