]> git.puffer.fish Git - mirror/frr.git/commit
lib: respect --disable-daemon flags in route_types.h 7210/head
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 30 Sep 2020 13:04:50 +0000 (16:04 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 2 Oct 2020 09:59:46 +0000 (12:59 +0300)
commitb3b4dfa5ae7392ecb9e25bef96def1465bdcd6a4
treefce9eebbfeacb99a6c9ad751f1a544863a71cbe4
parent38b7c566eb860b076e2d212f861afb520d629188
lib: respect --disable-daemon flags in route_types.h

* remove pre-generation of route_types.h from configure

  This change is a partial revert of commit 306ed6816. This is a little
  drawback, but at least "make lib/libfrr.la", mentioned in the commit,
  still works because route_types.h is forced to be built in f1b32b2e5.

* add "enabled" field to route_types.txt to track which daemon should
  be enabled to add the routing protocol to "show ip route" header and
  to redistribution list

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
configure.ac
lib/route_types.pl
lib/route_types.txt
lib/subdir.am