summaryrefslogtreecommitdiff
path: root/scripts/mod_bootfile_eth_hwid
diff options
context:
space:
mode:
authorRobert Bays <rbays@lenny.vyatta.com>2008-01-15 20:59:06 -0800
committerRobert Bays <rbays@lenny.vyatta.com>2008-01-15 20:59:06 -0800
commit4c31892eb4adc926a4301a2831ded92daa75c991 (patch)
treefca5ce549aa2bb22fb64c98d014d8679dd7e9517 /scripts/mod_bootfile_eth_hwid
parentef9307c050109e974a4994d3b644873401904005 (diff)
downloadvyatta-cfg-quagga-4c31892eb4adc926a4301a2831ded92daa75c991.tar.gz
vyatta-cfg-quagga-4c31892eb4adc926a4301a2831ded92daa75c991.zip
fix for bug 2534 and prep for larson's vif link detect fixes
Diffstat (limited to 'scripts/mod_bootfile_eth_hwid')
-rwxr-xr-xscripts/mod_bootfile_eth_hwid1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mod_bootfile_eth_hwid b/scripts/mod_bootfile_eth_hwid
index b913d121..51b2c022 100755
--- a/scripts/mod_bootfile_eth_hwid
+++ b/scripts/mod_bootfile_eth_hwid
@@ -27,7 +27,6 @@ sed -i '/^interfaces {$/,/^}$/ {
/\n }$/ {
/hw-id: / s/\(hw-id:\) [0-9a-fA-F:]\+/\1 '"$hwid"'/
/hw-id: /! s/}$/ hw-id: '"$hwid"'\n }/
- /link-detect/! s/}$/ link-detect\n }/
b
}
N