]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: fix some macro breakage
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 11 Nov 2016 06:23:02 +0000 (07:23 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Nov 2016 07:32:30 +0000 (08:32 +0100)
commit34d5ef459140ee7e8ae22c220764dba54b6527cf
treeade8d724fb7f11d75981b96db40caf1032abf59f
parenta7c36d8552cc71538bc42087531866cc16851a39
vtysh: fix some macro breakage

vtysh's extract.pl script doesn't cope with install_element(var, ) where
"var" is not one of the FOO_NODE constants.  Also, the future defun_lex
tool doesn't deal well with preprocessor expansions in the same regard.

This tries simplifying out some of these.  lib/distribute.c needs
further thinking.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command.h
lib/distribute.c
ospf6d/ospf6_top.c
ospf6d/ospf6d.c