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 difficult. because. whenever I want to connect different subnet, I should use many 'ovs-ofctl add flow...' key words. Is there another way to make OVS L3 switch except adding flow entry of ARP? Thanks.
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss