diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-06-22 12:19:08 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-06-22 15:51:16 -0700 |
commit | 90b51b30aa19ecdc02b71e5c75f9a5cc4f215756 (patch) | |
tree | 942fbe4b8d8f768d23b7b06946cfe9c2bf236cbc /debian | |
parent | 72e5d9292cc5e1d31193563f069c88765f422aa1 (diff) | |
download | vyatta-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/control | 2 |
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), |