]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- fix Andrzej's proxy arp support
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Apr 2003 19:54:39 +0000 (19:54 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Apr 2003 19:54:39 +0000 (19:54 +0000)
svn-id: @1059

sysconfig/network-scripts/ifup

index fba928bbf80312d4e71226834d2c697f2b7f0272..a2f43c46c64bfe6ec4c2def55c21cbe714a92c96 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup,v 1.70 2003/01/15 22:34:10 ankry Exp $
+#      $Id: ifup,v 1.71 2003/04/07 19:54:39 misiek Exp $
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
@@ -218,7 +218,7 @@ else
 fi
 
 # device have to have ip address set before
-if [ is_yes "$PROXYARP" ]; then
+if is_yes "$PROXYARP"; then
     run_cmd "Enabling proxy ARP on ${DEVICE}" sysctl -w net.ipv4.conf.${DEVICE}.proxy_arp=1
 fi
 
This page took 0.176122 seconds and 4 git commands to generate.