NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/44032 CVS commit: src/sys/net



The following reply was made to PR bin/44032; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: =?ISO-8859-1?Q?Egerv=E1ry_Gergely?= <gergely%egervary.hu@localhost>, 
        gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: PR/44032 CVS commit: src/sys/net
Date: Sat, 8 Jun 2013 09:11:10 -0400

 On Jun 8, 11:43am, gergely%egervary.hu@localhost 
(=?ISO-8859-1?Q?Egerv=E1ry_Gergely?=) wrote:
 -- Subject: Re: PR/44032 CVS commit: src/sys/net
 
 | >  Results:
 | >  | pppd[799]: found interface wm0 for proxy arp
 | >  
 | >  The correct interface is called vlan10 (with parent: wm0)
 | >  - previously pppd found vlan10. Is this intentional?
 | >  
 | >  # arp 10.0.0.192
 | >  arp: 10.0.0.192 (10.0.0.192) -- no entry
 | >  
 | >  # netstat -rn -f inet | grep 10.0.0.192
 | >  10.0.0.192         10.0.0.1           UH          0       52      -  ppp0
 | >  10.0.0.192         11:22:33:44:55:66  UHSp        0        0      -  wm0
 | >  
 | >  Still no good response to ARP who-has requests.
 | 
 | Reverting back sys-bsd.c,v 1.66 all is good:
 | 
 | # arp 10.0.0.192
 | vpn01.intranet (10.0.0.192) at 11:22:33:44:55:66 on vlan10 permanent
 | published (proxy only)
 | 
 | # netstat -rn -f inet | grep 10.0.0.192
 | 10.0.0.192         10.0.0.1           UH          0       76      -  ppp0
 | 10.0.0.192         11:22:33:44:55:66  UHLSp       0        0      -  vlan10
 | 
 | Hallelujah!
 | 
 | Please revise the changes in sys-bsd.c
 | Thank you again!
 
 Right. Thanks!
 
 christos
 


Home | Main Index | Thread Index | Old Index