fe9f1a6ded
New data types net_addr and variants (in lib/net.h) describing network addresses (prefix/pxlen). Modifications of FIB structures to handle these data types and changing everything to use these data types instead of prefix/pxlen pairs where possible. The commit is WiP, some protocols are not yet updated (BGP, Kernel), and the code contains some temporary scaffolding. Comments are welcome.
6 lines
170 B
Makefile
6 lines
170 B
Makefile
source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c cmds.c neighbor.c \
|
|
a-path.c a-set.c
|
|
root-rel=../
|
|
dir-name=nest
|
|
|
|
include ../Rules
|