mirror_iproute2/bridge
Stephen Hemminger 69fed534a5 change how Config is used in Makefile's
The recent LIBMNL changes was made more difficult to debug because
of how Config is handle in clean make. The Config file is generated
by top level make, but since it is not recursive, the values generated
would not be visible on a clean make.

The change is to not include Config in top level make, and move
all the conditionals down into sub makefiles. Not ideal, but beter
than going full autoconf route. Or forcing separate configure
step.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2017-08-09 09:10:52 -07:00
..
.gitignore Add bridge command 2012-08-01 15:23:49 -07:00
br_common.h bridge: add json support for bridge vlan show 2016-07-20 12:02:02 -07:00
bridge.c bridge: add json support for bridge vlan show 2016-07-20 12:02:02 -07:00
fdb.c bridge: Distinguish between externally learned vs offloaded FDBs 2017-06-14 09:50:25 -07:00
link.c bridge: add support for the multicast flood flag 2016-10-17 05:29:24 -07:00
Makefile change how Config is used in Makefile's 2017-08-09 09:10:52 -07:00
mdb.c Use C99 style initializers everywhere 2016-07-20 12:05:24 -07:00
monitor.c scrub out whitespace issues 2016-03-27 10:50:14 -07:00
vlan.c bridge: vlan: remove wrong stats help 2016-10-17 05:22:47 -07:00