Altering ARPHandler and SimpleBroadcastHandler to forward traffic immediately. 13/2413/3
authorColin Dixon <ckd@us.ibm.com>
Tue, 5 Nov 2013 02:30:42 +0000 (20:30 -0600)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 6 Nov 2013 14:55:55 +0000 (14:55 +0000)
commit1597d9226a515d3896af4085b2efdfd57bc64ec9
tree7d6a94ee4c8f09b83960544af8606588e3007ff8
parent7018901bccdf38d7245feac729e674b433168d65
Altering ARPHandler and SimpleBroadcastHandler to forward traffic immediately.

This change modifies how ARPHandler handles punted IPv4 packets so that
they are immediately forwarded if the destination is known. This allows
for the first ARP response to come back to the requestor.

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