IP applet by Bastian Blank <waldi@debian.org>
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 10 Nov 2002 01:33:55 +0000 (01:33 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 10 Nov 2002 01:33:55 +0000 (01:33 -0000)
commit9a2d27249cc2235f7e001a9ea8d4605406bc5f38
treeb7b2917c3cf46ac3fa25df5f9a27a9a9fbfb0398
parent021fa7db9139bff3b4bf404dfd7d2b1541ed71f8
IP applet by Bastian Blank <waldi@debian.org>
27 files changed:
Makefile
include/applets.h
include/usage.h
networking/Makefile.in
networking/config.in
networking/ip.c [new file with mode: 0644]
networking/libiproute/Makefile [new file with mode: 0644]
networking/libiproute/Makefile.in [new file with mode: 0644]
networking/libiproute/ip_common.h [new file with mode: 0644]
networking/libiproute/ipaddress.c [new file with mode: 0644]
networking/libiproute/iplink.c [new file with mode: 0644]
networking/libiproute/iproute.c [new file with mode: 0644]
networking/libiproute/iptunnel.c [new file with mode: 0644]
networking/libiproute/libnetlink.c [new file with mode: 0644]
networking/libiproute/libnetlink.h [new file with mode: 0644]
networking/libiproute/linux/pkt_sched.h [new file with mode: 0644]
networking/libiproute/ll_addr.c [new file with mode: 0644]
networking/libiproute/ll_map.c [new file with mode: 0644]
networking/libiproute/ll_map.h [new file with mode: 0644]
networking/libiproute/ll_proto.c [new file with mode: 0644]
networking/libiproute/ll_types.c [new file with mode: 0644]
networking/libiproute/rt_names.c [new file with mode: 0644]
networking/libiproute/rt_names.h [new file with mode: 0644]
networking/libiproute/rtm_map.c [new file with mode: 0644]
networking/libiproute/rtm_map.h [new file with mode: 0644]
networking/libiproute/utils.c [new file with mode: 0644]
networking/libiproute/utils.h [new file with mode: 0644]