From 3b407cd189c4b4dc70e40c275ece6b94039224b8 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 2 Dec 2004 15:57:31 +0000 Subject: [PATCH] Implemented ARP self-detection by Red Hat 7.3. --- harpy | 1 + 1 file changed, 1 insertion(+) diff --git a/harpy b/harpy index ecb0e6c..c465e19 100755 --- a/harpy +++ b/harpy @@ -281,6 +281,7 @@ for (;;) { $V and print localtime()." got: type=$type,tell=$tell,who_has=$who_has,tell_hw=$tell_hw\n"; if ($type eq "REQUEST") { next if $tell eq $who_has; # do not reply to self-detection queries + next if $tell eq "0.0.0.0"; # self-detection by Red Hat 7.3 my $msg_reply=arp_pack( "FF:FF:FF:FF:FF:FF", # dst_hw $hash->{"hw"}, # src_hw -- 1.8.3.1