- add 'ip rule' support. First take..

text    data     bss     dec     hex filename
   2999       0       0    2999     bb7 networking/libiproute/iprule.o
This commit is contained in:
Bernhard Reutner-Fischer
2006-11-21 15:36:08 +00:00
parent 04b30ba3b8
commit 921f5df25f
14 changed files with 497 additions and 28 deletions

View File

@@ -12,6 +12,7 @@ lib-$(CONFIG_IP) += \
iplink.o \
iproute.o \
iptunnel.o \
iprule.o \
libnetlink.o \
ll_addr.o \
ll_map.o \
@@ -56,3 +57,10 @@ lib-$(CONFIG_IPTUNNEL) += \
iptunnel.o \
rt_names.o \
utils.o
lib-$(CONFIG_IPRULE) += \
ip_parse_common_args.o \
iprule.o \
rt_names.o \
utils.o