Hi
Thanks to click.
I cannot differentiate flow entry of ovs from mac learning using arp.
Assume that by ARP request and reply,
"OVS A" have a mac table that say "mac=00:00:00:00:00:01, port=1".
and "HOST A " have mac=00:00:00:00:00:01 and ip=192.0.0.111.
then,
Even though I add flow-rule
Hi.
I do a experiment that By using a ONOS and OVS,
Routing path is fixed, after that, Host send traffic along to that path.
In a experiment, there are many hosts. so Hosts need to limit their
bandwidth for sharing link.
Typically, Linux traffic control is used for controlling traffic.
but It is
Hi!
I want to make OVS L3 switch.
By googling, I know that OVS cannot behave default gateway without some ARP
flow entry setting, so I need to add some flow entry dealing with ARP, IP
packet
(for example, at
http://dtucker.co.uk/hack/building-a-router-with-openvswitch.html, code)
But It is so di