Re: [ovs-dev] [ PATCH 1/1 ] datapath, lib: Set-field actions for IPv6 ND fields (nd_target, nd_sll, and nd_tll)

2014-11-15 Thread Ben Pfaff
On Fri, Nov 14, 2014 at 10:04:39PM +, Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200 wrote: This is my first attempt at patch submission, so please bear with me. Mostly wanted to get this code out to the community for constructive criticism. ARP field modification is currently

[ovs-dev] [ PATCH 1/1 ] datapath, lib: Set-field actions for IPv6 ND fields (nd_target, nd_sll, and nd_tll)

2014-11-14 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
This is my first attempt at patch submission, so please bear with me. Mostly wanted to get this code out to the community for constructive criticism. This patch adds set-field operations for nd_target, nd_sll, and nd_tll fields using nicra extensions and OpenFlow 1.2 protocol. Unit tests are