IPStack - Cleaned up userland 'ip' tool, and fixed some little bugs
authorJohn Hodge <[email protected]>
Sat, 12 May 2012 13:17:26 +0000 (21:17 +0800)
committerJohn Hodge <[email protected]>
Sat, 12 May 2012 13:17:26 +0000 (21:17 +0800)
commit8f92cf66ba8b0bd8cc27c09075d4fa9dcb68cbd0
treee16f1d880085f1fd6b59a05042999da26f6a4c1a
parent81200d86b87251638035072c249a0691972f98a1
IPStack - Cleaned up userland 'ip' tool, and fixed some little bugs
13 files changed:
KernelLand/Modules/IPStack/adapters.c
KernelLand/Modules/IPStack/include/adapters.h
KernelLand/Modules/IPStack/interface.c
Makefile
Usermode/Applications/ifconfig_src/Makefile [deleted file]
Usermode/Applications/ifconfig_src/main.c [deleted file]
Usermode/Applications/ifconfig_src/rules.mk [deleted file]
Usermode/Applications/ip_src/Makefile [new file with mode: 0644]
Usermode/Applications/ip_src/addr.c [new file with mode: 0644]
Usermode/Applications/ip_src/common.h [new file with mode: 0644]
Usermode/Applications/ip_src/main.c [new file with mode: 0644]
Usermode/Applications/ip_src/routes.c [new file with mode: 0644]
Usermode/Applications/ip_src/rules.mk [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au