diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-09-09 17:38:00 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-09-09 17:38:00 -0700 |
commit | d32ceb43ab64530c6eca81ec83fe4b374dd510d0 (patch) | |
tree | 842bbac0327b381495fc3e5290ff8f600e440ef9 /scripts | |
parent | 8d560c20d6b9799b48b8c442581a25114bb16d78 (diff) | |
download | vyatta-cfg-d32ceb43ab64530c6eca81ec83fe4b374dd510d0.tar.gz vyatta-cfg-d32ceb43ab64530c6eca81ec83fe4b374dd510d0.zip |
Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses too
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside
this package.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-interfaces.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-interfaces.pl b/scripts/vyatta-interfaces.pl index ac690c5..0ae5330 100755 --- a/scripts/vyatta-interfaces.pl +++ b/scripts/vyatta-interfaces.pl @@ -71,6 +71,7 @@ EOF GetOptions("eth-addr-update=s" => \$eth_update, "eth-addr-delete=s" => \$eth_delete, + "valid-addr=s" => \$addr_set, "valid-addr-set=s" => \$addr_set, "valid-addr-commit=s{,}" => \@addr_commit, "dev=s" => \$dev, |