aboutsummaryrefslogtreecommitdiff
path: root/interface.c
AgeCommit message (Collapse)Author
2001-03-12Reduced code size of interface. Support ifconfig -a and ifconfig interfaceManuel Novoa III
display. Change %llu to %Lu in ifconfig for hacked unsigned long long support in uClibc scanf.
2001-03-10Quick mod to enable option -a for ifconfig.Manuel Novoa III
2001-03-06Fix up some silly macros and use xmalloc and friends exclusively.Eric Andersen
2001-03-06Add in a first pass at ifconfig status reporting. It took a long whileEric Andersen
hacking on the mess in net-tools-1.59, but it currently adds 12k and supports ethernet, loop, ppp, and treats everything else as a generic interface. Works ok for me. -Erik