]> git.puffer.fish Git - mirror/frr.git/commit
lib: some final MAC access-list fixes 822/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Aug 2017 18:30:34 +0000 (20:30 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Aug 2017 18:30:34 +0000 (20:30 +0200)
commit3b0f6068a83da9aeb46e42c430afc7b9c8e79393
tree6cb774bae659e22d5d9dd8487cbe8c4f891bea47
parent0f6476ccc3dcd8d7bb3e254ef9e919f5163475fe
lib: some final MAC access-list fixes

- couldn't load back written configs because it was trying to parse
  "any" as MAC address
- don't need special-casing in filter_match_zebra(), exact is going to
  be 0 for AF_ETHERNET anyway
- some vty formatting was slightly different
- is_zero_mac now static to prefix.c

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/filter.c
lib/prefix.c
lib/prefix.h