]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace is_this_snat_host validation with internal function
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Thu, 10 Sep 2015 20:48:46 +0000 (13:48 -0700)
committerSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Thu, 10 Sep 2015 20:56:12 +0000 (13:56 -0700)
commit0f44a874b421e7dc055f409cffddbe52ca96b956
treea3cd388f1a91136a590e3da4e44419a87d5d9903
parent636de7abc85c71be404a1aa27bda0f535dab33f1
Replace is_this_snat_host validation with internal function

There is already a function to validate if it is an snat
host or not. So just use that function instead of additional
validation.

Change-Id: I004d94d1d4b632880ed289ccdc9bf45cffc0e095
neutron/agent/l3/dvr_edge_router.py