Hi,
I am using openvswitch-2.0.0 ovs.
1. Have Switch connected to OF controller.
2. Node is connected.
3. Run iperf command from node to trigger a lot of packet-in.
"iperf -c -t 1 -u -b 1000MB -l 466" where has static arp
configured.
4. After >1hr. Switch disconnect from OF controller.
5. Che
Hi ,
When failover happens (current ODL goes down and moving to the second ODL)
, I am saving "ovs-ofctl dump-flows br0" output to one file after that when
secondary ODL comes up i am adding those flows to secondary ODL .
But the problem is packets and bytes counter reset to zero .
I want previous
Hi,
I want to store to the [mac-vlan] information. By creating a list of
MAC-VLAN hash table i can save them . Can i do like this ?
or
If ovs has any table that give me the vlan info ?
--
Thanks & Regards,
Deepak Singh
___
dev mailing list
dev@openvsw
Hello everyone,
why are we using a in_port action, when we have output action ?
xlate_output_action has a default case where we are checking the port
should not be same as input port .
Why this check is required ?
Thanks and regards ,
Deepak
___
dev mai