[ovs-dev] [IPv6 v2 10/10] ovn: Add support for IPv6 dynamic bindings.

Ben Pfaff blp at ovn.org
Fri Jul 29 17:53:54 UTC 2016


On Thu, Jul 28, 2016 at 11:26:20PM -0700, Justin Pettit wrote:
> This commit also introduces "get_nd" and "put_nd" logical actions.
> 
> Signed-off-by: Justin Pettit <jpettit at ovn.org>

struct put_mac_binding might include a string buffer directly; not sure
there's value in the extra allocation here.

In pinctrl_handle_put_mac_binding(), the parentheses around the call
to hash_2words() look funny to me here:
+    uint32_t hash = hash_string(ip_s, (hash_2words(dp_key, port_key)));

s/Solictation/Solicitation/ in ovn-northd.8.xml.

Acked-by: Ben Pfaff <blp at ovn.org>



More information about the dev mailing list