summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2012-06-22 12:19:08 -0700
committerStephen Hemminger <shemminger@vyatta.com>2012-06-22 15:51:16 -0700
commit90b51b30aa19ecdc02b71e5c75f9a5cc4f215756 (patch)
tree942fbe4b8d8f768d23b7b06946cfe9c2bf236cbc /debian
parent72e5d9292cc5e1d31193563f069c88765f422aa1 (diff)
downloadvyatta-cfg-system-90b51b30aa19ecdc02b71e5c75f9a5cc4f215756.tar.gz
vyatta-cfg-system-90b51b30aa19ecdc02b71e5c75f9a5cc4f215756.zip
Use hash map of addresses to interfaces
Other part of fix for Bz 8171 Create a hash of address => interfaces in configuration and use it during address commit check. Remove unused creation of list of current addresses. This might speed boot with large number of interfaces. Since the hash is made once per interface rather than multiple times, it might be faster because of that as well.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f7d77a63..09afddb0 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Depends: acpid,
procps (>= 1:3.2.7-3),
coreutils (>= 5.97-5.3),
libpam-radius-auth,
- vyatta-cfg (>= 0.99.8),
+ vyatta-cfg (>= 0.100.1),
libc6 (>= 2.7-6),
libpam-runtime (>= 1.0.1-5),
vyatta-bash | bash (>= 3.1),