]> git.puffer.fish Git - matthieu/frr.git/commit
lib: simplify protocol/log naming
authorDavid Lamparter <equinox@diac24.net>
Tue, 23 Feb 2016 11:38:23 +0000 (12:38 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 Mar 2017 23:15:40 +0000 (00:15 +0100)
commitbf1013e6c4e05ba48e5b35192000123becdf426d
treea20c87261562f02f648eddbd59ea568b6815273e
parentbb85d700d564ef836af88c9d17190c2c39b93e21
lib: simplify protocol/log naming

The protocols enum serves no purpose other than adding potential for
bugs and making it complicated to add a new protocol... nuke.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
18 files changed:
bgpd/bgp_main.c
ldpd/ldpd.c
lib/command.c
lib/filter.c
lib/grammar_sandbox_main.c
lib/libfrr.c
lib/libfrr.h
lib/log.c
lib/log.h
lib/plist.c
lib/routemap.c
lib/vty.c
ospf6d/ospf6_main.c
tests/lib/cli/common_cli.c
tests/lib/test_segv.c
tests/lib/test_sig.c
zebra/main.c
zebra/test_main.c