I have a small question.  I have an explicit proxy arp address added to the arp
cache using the command "ip neigh add proxy 47.129.82.116 dev eth1"

Using the old-style "arp -n" command I get the following output:

Address           HWtype  HWaddress           Flags Mask    Iface
47.129.82.1       ether   00:E0:16:6C:79:42   C             eth0
47.129.82.95      ether   00:20:78:07:E6:A0   C             eth0
47.129.82.116     *       *                   MP            eth0

However, if I use the new-style command "ip neigh show" I get: 

47.129.82.1 dev eth0 lladdr 00:e0:16:6c:79:42 nud reachable
47.129.82.95 dev eth0 lladdr 00:20:78:07:e6:a0 nud delay

How can I see what I've got set for proxy arps using the "ip neigh" command?

Help!

Chris

-- 
Chris Friesen                    | MailStop: 043/33/F10  
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to