diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-06 13:36:02 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-06 13:36:02 -0800 |
commit | d857e325ba12fa374411e8499f74fecec4c66b3d (patch) | |
tree | def4d66c5948fa7dc348ca210f3a77bc7f2f435f /scripts/vyatta-interfaces.pl | |
parent | 0d8574ebed484215ec8b8c0f709f04c1a1311333 (diff) | |
parent | eee5bfc8b0d866eef2811b5f77917e05ee7bcee9 (diff) | |
download | vyatta-cfg-d857e325ba12fa374411e8499f74fecec4c66b3d.tar.gz vyatta-cfg-d857e325ba12fa374411e8499f74fecec4c66b3d.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'scripts/vyatta-interfaces.pl')
-rw-r--r-- | scripts/vyatta-interfaces.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-interfaces.pl b/scripts/vyatta-interfaces.pl index fc10c4d..482faa8 100644 --- a/scripts/vyatta-interfaces.pl +++ b/scripts/vyatta-interfaces.pl @@ -358,7 +358,7 @@ sub is_valid_addr { } my ($addr, $net); - if ($addr_net =~ m/^([0-9\.\:]+)\/(\d+)$/) { + if ($addr_net =~ m/^([0-9a-fA-F\.\:]+)\/(\d+)$/) { $addr = $1; $net = $2; } else { |