]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add IP_ANY dict to ease choosing between IPv4 and IPv6 "any" address
authorCarl Baldwin <carl.baldwin@hp.com>
Tue, 7 Jul 2015 16:41:03 +0000 (16:41 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Tue, 7 Jul 2015 16:41:03 +0000 (16:41 +0000)
commit13b0f6f8e2fd1e84ff3580cd75bb879e18064da6
treeef86ee8d00d115350ead633e2dda7445a9644f8e
parent8b6d13012622d161774b701f3600ee401d63e5ba
Add IP_ANY dict to ease choosing between IPv4 and IPv6 "any" address

I'm working on a new patch that will add one more case where we need
to choose between 0.0.0.0/0 and ::/0 based on the ip version.  I
thought I'd add a new constant and simplify a couple of existing uses.

Change-Id: I376d60c7de4bafcaf2387685ddcc1d98978ce446
neutron/agent/l3/ha_router.py
neutron/agent/linux/ip_lib.py
neutron/common/constants.py