diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-20 17:59:36 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-20 18:44:04 -0800 |
commit | 76501f836662d9666ed4357de6bfcad61eb019cb (patch) | |
tree | a1b8be897fb646f047029bfeecd8f22f83cfbe2e /debian/control | |
parent | ff9341d244073fec28e66ff10754f50e2ca084e5 (diff) | |
download | vyatta-cfg-76501f836662d9666ed4357de6bfcad61eb019cb.tar.gz vyatta-cfg-76501f836662d9666ed4357de6bfcad61eb019cb.zip |
Handle IPv6 in is_local_address
Bug 6590
The code to check for local address has to be smarter
to handle IPv6. Introduces dependency on Socket6 module.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1f62716..f603233 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Depends: sed (>= 4.1.5), ethtool, iproute, curl, + libsocket6-perl, libvyatta-cfg1 (=${binary:Version}), ${perl:Depends}, ${shlibs:Depends} Replaces: vyatta-cfg-firewall, |