[pox-dev] help with openflow actions

2015-05-12 Thread Kostas Chartsias
msg = of.ofp_flow_mod() msg.priority = 42 msg.match.dl_type=0x800 msg.idle_timeout = 40 msg.hard_timeout = 40 msg.match.nw_dst = IPAddr(10.0.0.2) msg.actions.append(of.ofp_action_nw_addr.set_dst(IPAddr(10.0.0.4)))

[pox-dev] questions about l2_learning vs l2_pairs

2015-05-27 Thread Kostas Chartsias
Hi all and thanks for the continuous support Murphy!!! I am trying to understand the differences between l2_learning and l2_pairs switch cause i am writing a report for a project. 1)The l2_learning switch drops lldp packets and l2_pairs doesn't.Is there any side effect by not dropping lldp