diff options
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/route.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toys/pending/route.c b/toys/pending/route.c index 0acca6c8..0d5e4449 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -48,20 +48,14 @@ config ROUTE #define FOR_route #include "toys.h" -#include <net/route.h> #include <linux/rtnetlink.h> GLOBALS( char *family; ) -#define DEFAULT_PREFIXLEN 128 -#define INVALID_ADDR 0xffffffffUL -#define IPV6_ADDR_LEN 40 //32 + 7 (':') + 1 ('\0') - struct _arglist { char *arg; - int action; }; |