handle tunnel port add/up event 30/70830/11
authorK.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
Thu, 12 Apr 2018 09:16:55 +0000 (14:46 +0530)
committerSam Hague <shague@redhat.com>
Wed, 30 May 2018 16:09:26 +0000 (16:09 +0000)
commite7ce218b1c40a6cf3b2809b75ff85f164ccbfa91
treee76ae05311ba6cd0936a755ffa69901f46035ad6
parent7e67175d4f7388475fa46dbc47a2e450da4c1ea7
handle tunnel port add/up event

tunnel port is not a neutron port
do not put in port cache if it is tunnel port

dhcpManager.getNeutronPort(interfaceName) throws exception
when the supplied name is not a proper uuid.

in case of tunnel port port name is not a uuid

Change-Id: I34f4152a2c03e5eacd7f9410ff13eb3dccf63c47
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
dhcpservice/impl/src/main/java/org/opendaylight/netvirt/dhcpservice/DhcpInterfaceEventListener.java