search for: arp_accept

Displaying 3 results from an estimated 3 matches for "arp_accept".

Did you mean: add_accept
2009 Jan 29
0
[PATCH] net: add ARP notify option for devices
...all,interface}/arp_ignore is used when ARP request is received on the {interface} +arp_notify - BOOLEAN + Define mode for notification of address and device changes. + 0 - (default): do nothing + 1 - Generate gratuitous arp replies when device is brought up + or hardware address changes. + arp_accept - BOOLEAN Define behavior when gratuitous arp replies are received: 0 - drop gratuitous arp frames =================================================================== --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h @@ -108,6 +108,7 @@ #define IN_DEV_ARPFILTER(in_dev) IN_DEV_O...
2011 Mar 27
4
ipconfig problem if multiple devices are up
Hi, it seems that ipconfig has a problem if multiple devices are up and connected to the same network. It seems that it uses the wrong socket/device index to compare it to incoming packet. To be more precise, the packet gets discarded in do_pkt_recv as the ifindex from state differs always from the incoming packet To reproduce create two tap devices: $ sudo tunctl -u uli -t tap0
2009 Dec 16
3
Dual-homing BGP gate problem
...e can think), but with answer to external connections, so I can ping from router this external localization. If packet enters via this same interface as exits (symmetric), all is working in new system as was in old one. In /proc/sys/net settings are this same except /proc/sys/net/ipv4/conf/.../arp_accept=0 not present in old kernel. Additionally I tested on old system new quagga version (0.99.15 as in new system) -- was working OK. On new system I run iptrace. For symmetric ICMP packet from external source to my gate 195.187.140.1 I obtain: > TRACE: raw:PREROUTING:policy:2 IN=eth3 OUT= SRC=...