]> git.proxmox.com Git - mirror_ovs.git/commit
packets: Cleanup ND compose functions.
authorJustin Pettit <jpettit@ovn.org>
Sat, 18 Jun 2016 00:17:58 +0000 (17:17 -0700)
committerJustin Pettit <jpettit@ovn.org>
Fri, 29 Jul 2016 08:07:43 +0000 (01:07 -0700)
commit161879034705849ab0e7d610040519a7f519ea05
tree06b412070557a16b4bf4fe6228521734790fd779
parentb221ff0ddc303e6fdb907d75a9352cf666ae114d
packets: Cleanup ND compose functions.

Rename "compose_nd" and "compose_na" to "compose_nd_ns" and
"compose_nd_na", respecively, to be clearer about their functionality.
This will also make it more consistent when we add Neighbor Discover
Router Solicitation/Advertisement compose functions.

Also change the source and destination IPv6 addresses to take
"struct in6_addr" arguments, which are more common in the code base.

Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/packets.c
lib/packets.h
ofproto/ofproto-dpif-xlate.c
ovn/controller/pinctrl.c