Re: [ovs-dev] [IPv6 v2 02/10] packets: Cleanup ND compose functions.

2016-07-31 Thread Ben Pfaff
On Sun, Jul 31, 2016 at 10:28:20PM -0500, Justin Pettit wrote: > > > On Jul 29, 2016, at 11:49 AM, Ben Pfaff wrote: > > > > On Thu, Jul 28, 2016 at 11:26:12PM -0700, Justin Pettit wrote: > >> Rename "compose_nd" and "compose_na" to "compose_nd_ns" and > >> "compose_nd_na", respecively, to be cle

Re: [ovs-dev] [IPv6 v2 02/10] packets: Cleanup ND compose functions.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 11:49 AM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:12PM -0700, Justin Pettit wrote: >> 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 w

Re: [ovs-dev] [IPv6 v2 02/10] packets: Cleanup ND compose functions.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 11:26:12PM -0700, Justin Pettit wrote: > 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/Advertis

[ovs-dev] [IPv6 v2 02/10] packets: Cleanup ND compose functions.

2016-07-28 Thread Justin Pettit
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 a