[PATCH iproute-next] tc: m_tunnel_key: Allow key-less tunnels

2019-01-10 Thread Adi Nissim
Change the id parameter of the tunnel_key set action from mandatory to optional. Some tunneling protocols (e.g. GRE) specify the id as an optional field. Signed-off-by: Adi Nissim --- man/man8/tc-tunnel_key.8 | 4 ++-- tc/m_tunnel_key.c| 6 ++ 2 files changed, 4 insertions(+), 6

Re: D-Link DFE-580TX 4 port NIC problems

2007-07-27 Thread adi
aw that snmpd doing something like this: ... } else if (ioctl(fd, SIOCDEVPRIVATE, &ifr) >= 0) { new_ioctl_nums = 1; } That cause sundance printing a lot of debug messages (i.e netdev_ioctl() in sundance.c) .. periodically, as long as snmpd running :-) Regard