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.h | |
parent | Merge pull request #926 from opensourcerouting/tcp-zebra (diff) | |
parent | lib: some final MAC access-list fixes (diff) | |
download | frr-695bb8f0d144def36295bd5af8b14fbf064b97b8.tar.xz frr-695bb8f0d144def36295bd5af8b14fbf064b97b8.zip |
Merge branch 'frr/pull/822' ("EVPN fixes")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 d0c9f0eaf..8f12e2aab 100644 --- a/lib/command.h +++ b/lib/command.h @@ -123,6 +123,7 @@ enum node_type { ACCESS_NODE, /* Access list node. */ PREFIX_NODE, /* Prefix list node. */ ACCESS_IPV6_NODE, /* Access list node. */ + ACCESS_MAC_NODE, /* MAC access list node*/ PREFIX_IPV6_NODE, /* Prefix list node. */ AS_LIST_NODE, /* AS list node. */ COMMUNITY_LIST_NODE, /* Community list node. */ |