Bug 4789 - model allowed address pairs 03/31403/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 16 Dec 2015 04:06:24 +0000 (20:06 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 16 Dec 2015 07:34:38 +0000 (23:34 -0800)
commit6705960c26baa3e0f8b4478792d9e860218d0233
treeddd1db80a7c11ce329be4a11153048329bf4104e
parent8f43dc56a5e2684ffcc2de4435e87d8ea68a06e6
Bug 4789 - model allowed address pairs

Allowed address pairs doesn't include port id according to neutron spec.
actually ip_address is ip address or network address.
So for simplicity, networking-odl should pass always pass network address.
in case of ip address case, address/32 will be passed.
This patch should be merged after
https://git.opendaylight.org/gerrit/#/c/31402/
is merged

Change-Id: I40b0142cd9a1af8fd30d1fa987ae7b8a5fa49db2
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
model/src/main/yang/neutron-ports.yang
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort_AllowedAddressPairs.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronPort_AllowedAddressPairsJAXBTest.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronPortInterface.java