Yeah, that was the first thing I tried.

I actually found a solution.  It was to remove the tap device through
ifconfig first.  Then the incomplete arp entry would be removed and I could
restart the tap network.

I wonder if because my tap devices are persistent they caused the arp entry
to stay there after the UML kernel was brought down.  Then when I removed
the tap device the kernel saw no reason to keep the incomplete arp entry so
it removed it, clearing the way for me to restart the network interface and
tap device.

Kevin

----- Original Message ----- From: "George P Boutwell" <[EMAIL PROTECTED]>
To: "Kevin Schroeder" <[EMAIL PROTECTED]>
Sent: Tuesday, May 24, 2005 11:53 AM
Subject: Re: [uml-user] Deleting incomplete ARP entry


Have you tried arp -d ipaddr?

that's what I've done on the rare occassion I've needed to delete an
arp entry, but never under this circumstance.

On 5/24/05, Kevin Schroeder <[EMAIL PROTECTED]> wrote:
    The incomplete arp entry is on one of the tap devices (tap15) but
entering 'arp -d -i tap15 ipaddr' doesn't remove it. What's the arp command
that I need to execute to delete the incomplete arp entry?


--
George





-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to