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
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