adding check for valid path on punted IPv4 packets 59/2559/3
authorColin Dixon <ckd@us.ibm.com>
Fri, 8 Nov 2013 15:24:15 +0000 (09:24 -0600)
committerColin Dixon <ckd@us.ibm.com>
Mon, 11 Nov 2013 21:43:55 +0000 (15:43 -0600)
commit946d61b372a0a3163780e97d53fe057617b43ce7
treebcb43c8c99a96d343afccdaa269f3f04f0476400
parent00c17684ce6100b6896049fab6becd06325de510
adding check for valid path on punted IPv4 packets

The current code to handle punted IPv4 packets will forward any
punted packet where the HostTrackers knows the location for the
destination host. This changes that so it will only forward the
packet if it knows the location of the destination host *and* the
IRouting service can find a path from the Node where the packet was
punted from to the destination host.

Change-Id: I5c262b13f80261fa36ce50f10739315ba924662e
Signed-off-by: Colin Dixon <ckd@us.ibm.com>
opendaylight/arphandler/pom.xml
opendaylight/arphandler/src/main/java/org/opendaylight/controller/arphandler/internal/Activator.java
opendaylight/arphandler/src/main/java/org/opendaylight/controller/arphandler/internal/ArpHandler.java