diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-09-09 17:38:00 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-09-14 11:03:39 -0700 |
commit | a6cff4bb17b9d6c636a93ad97021611d30854682 (patch) | |
tree | e33baed86eaebc30e7b262ddad37c172bef05b30 /scripts | |
parent | ce22375fbf6b7083e6c1ca3698a7a44983913d47 (diff) | |
download | vyatta-cfg-a6cff4bb17b9d6c636a93ad97021611d30854682.tar.gz vyatta-cfg-a6cff4bb17b9d6c636a93ad97021611d30854682.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.
(cherry picked from commit d32ceb43ab64530c6eca81ec83fe4b374dd510d0)
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 798a23b..267ae44 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, |