Re: [ovs-dev] [PATCH 08/14] actions: Implement OVN "arp" action.

2015-12-10 Thread Justin Pettit
> On Dec 8, 2015, at 5:08 PM, Ben Pfaff wrote: > > An upcoming commit will use this as a building block in adding ARP support > to the OVN L3 logical router implementation. Assuming that we don't switch to the controller generating ARP requests: Acked-by: Justin Pettit --Justin ___

[ovs-dev] [PATCH 08/14] actions: Implement OVN "arp" action.

2015-12-08 Thread Ben Pfaff
An upcoming commit will use this as a building block in adding ARP support to the OVN L3 logical router implementation. Signed-off-by: Ben Pfaff --- ovn/lib/actions.c | 33 + ovn/ovn-sb.xml| 21 + tests/ovn.at | 3 +++ 3 files changed