[pox-dev] sending packets on all ports of the controller
durga
c.vijaya.durga at gmail.com
Tue Nov 19 19:04:54 PST 2013
Hello All,
reserved port OFPP_FLOOD floods on all ports of the switch, is there any
such port to which a controller can flood on all connections made to
itself???
currently I tried sending ports on each connection using the
dpid:connection map as below
for aconnection in self.connections.values():
if event.connection !=
aconnection:#to avoid sending the pkt on incoming port
aconnection.send(msg)
I am trying to implement proxy ARP(thanks to thread started by Muhammad)
and am trying to make the controller flood the arpreq on all its
connections incase of no entry , rather than instructing the switch to
flood.
as of now I can see that controller is responding to both h3 and h1 with
arp responses, but the table itself is built by sw1 flooding the initial
arp req
[image: Inline image 1]
Cheers!
Durga
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noxrepo.org/pipermail/pox-dev-noxrepo.org/attachments/20131120/12a1979a/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 53577 bytes
Desc: not available
URL: <http://lists.noxrepo.org/pipermail/pox-dev-noxrepo.org/attachments/20131120/12a1979a/attachment-0001.png>
More information about the pox-dev
mailing list