From 6355ac3c233edd0edcd312f751ec464632fb3e6b Mon Sep 17 00:00:00 2001 From: "bbruns@gmail.com" Date: Sat, 25 Sep 2010 02:40:30 +0000 Subject: [PATCH] Minor addition of display code to MULTI-NIC-ARP-LOCK --- include/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions b/include/functions index 967af42..b013555 100644 --- a/include/functions +++ b/include/functions @@ -144,6 +144,7 @@ function apply_ipv4_hack { # do not actually have the IP in question. In some (alot in my case), # I have things going through specific wires for a reason. This fixes # that and makes it behave as expected. + display_c PURPLE " MULTI-NIC-ARP-LOCK" for i in default all; do echo "1" > /proc/sys/net/ipv4/conf/$i/arp_ignore echo "2" > /proc/sys/net/ipv4/conf/$i/arp_announce