diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-06 15:11:57 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-06 15:11:57 -0800 |
commit | b08b459b63ed55ea7cef186e433ad4bd9e205bd3 (patch) | |
tree | 3bed50e92fda5759e078e29596d87d5e02fbcf77 /debian | |
parent | 5c7dd5e7f3423d76d675b9421d79ae671af041c1 (diff) | |
download | vyatta-cfg-quagga-b08b459b63ed55ea7cef186e433ad4bd9e205bd3.tar.gz vyatta-cfg-quagga-b08b459b63ed55ea7cef186e433ad4bd9e205bd3.zip |
Fix check for local IP address
Bug 6517
Fix buggy comparison with regular expression by using new
is_local_address from lib/Vyatta/Misc.pm
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6f7caa3b..35bdf71d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Depends: sed (>= 4.1.5), perl (>= 5.8.8), procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), - vyatta-cfg (>= 0.15.33), + vyatta-cfg (>= 0.18.56), libc6 (>= 2.7-6), vyatta-bash | bash (>= 3.1), vyatta-quagga (>= 0.99.15-26) |