PERFORCE change 66277 for review

Sam Leffler sam at FreeBSD.org
Thu Dec 2 13:27:46 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66277

Change 66277 by sam at sam_ebb on 2004/12/02 21:27:12

	correct selective arp flushing

Affected files ...

.. //depot/projects/wifi/sbin/dhclient/dhclient-script#3 edit

Differences ...

==== //depot/projects/wifi/sbin/dhclient/dhclient-script#3 (text+ko) ====

@@ -80,7 +80,8 @@
 		done
 	fi
 
-	arp -an | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' | \
+	arp -an -i $interface | \
+		sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' | \
 		sh >/dev/null 2>&1
 }
 


More information about the p4-projects mailing list