- add WIP stub for tc.

Printing worked at some point. Modify/Delete needs some refacturing.
This commit is contained in:
Bernhard Reutner-Fischer
2008-09-04 13:22:58 +00:00
parent 161931efa5
commit 0901c51518
7 changed files with 579 additions and 4 deletions

View File

@ -20,7 +20,7 @@
#include <linux/if_ether.h>
#endif
#ifdef UNUSED
#warning de-bloat
/* Before re-enabling this, please (1) conditionalize exotic protocols
* on CONFIG_something, and (2) decouple strings and numbers
* (use llproto_ids[] = n,n,n..; and llproto_names[] = "loop\0" "pup\0" ...;)
@ -123,4 +123,3 @@ int ll_proto_a2n(unsigned short *id, char *buf)
return 0;
}
#endif /* UNUSED */