diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-02-21 20:17:05 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-03-03 16:40:41 -0800 |
commit | 1389539e6a8791f17bea64e8e43402d575de77d0 (patch) | |
tree | 50d762d0343fe63d22d2a64f9a9df322add5f847 /templates | |
parent | ecbd892e9c30883c3f1898dccc1556e61b85ce95 (diff) | |
download | vyatta-cfg-system-1389539e6a8791f17bea64e8e43402d575de77d0.tar.gz vyatta-cfg-system-1389539e6a8791f17bea64e8e43402d575de77d0.zip |
Fix 5157: dhcpclient doesn't work when alternative mac address specified on bootup
Diffstat (limited to 'templates')
-rw-r--r-- | templates/interfaces/ethernet/node.tag/mac/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/interfaces/ethernet/node.tag/mac/node.def b/templates/interfaces/ethernet/node.tag/mac/node.def index 55264cf7..f3946adf 100644 --- a/templates/interfaces/ethernet/node.tag/mac/node.def +++ b/templates/interfaces/ethernet/node.tag/mac/node.def @@ -1,4 +1,5 @@ type: macaddr +priority: 317 # must be set before dhcp client help: Set the Media Access Control (MAC) address of this interface syntax:expression: exec "\ /opt/vyatta/sbin/vyatta-interfaces.pl --dev $VAR(../@) --valid-mac $VAR(@)" |