Browse Source

net-tools: add route utility

Extend (and rename) the existing mii-tool package to also support
the net-tools route command.

This may be needed if you want to support other address families than
inet/inet6 like x.25.

Also bump to version 2018-11-03.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
lilik-openwrt-22.03
Martin Schiller 5 years ago
parent
commit
de66af76d6
2 changed files with 27 additions and 15 deletions
  1. +0
    -10
      net/mii-tool/patches/001-mii-tool-4.9-compatibility.patch
  2. +27
    -5
      net/net-tools/Makefile

+ 0
- 10
net/mii-tool/patches/001-mii-tool-4.9-compatibility.patch View File

@ -1,10 +0,0 @@
--- a/iptunnel.c 2016-07-10 20:15:29.000000000 +0200
+++ b/iptunnel.c 2017-10-19 19:51:09.172782821 +0200
@@ -26,7 +26,6 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
-#include <netinet/ip.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <net/if_arp.h>

net/mii-tool/Makefile → net/net-tools/Makefile View File


Loading…
Cancel
Save