Hi,

I'm not able to change the MAC address of an HTTP packet OpenFlow
follows the code I'm using to "try" to change, but it is coming out in
error:
actions = [openflow.OFPAT_SET_DL_DST, "00:00:00:00:00:02"]
self.install_datapath_flow (dpid, flow, 5, 0, actions, bufid,
openflow.OFP_DEFAULT_PRIORITY, inport, packet)

I am developing a python load balancer. What am I doing wrong?

Thanks,

Alexander Scaranti
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to