> On Nov 19, 2019, at 6:47 PM, Frank Li <frank.li...@gmail.com> wrote: > > Current IPv6 functionality in pktgen is broken. This fix makes it so that > IPv6 addresses are properly set when using the set, sequence, and save > commands and that the IP header and UDP/TCP psuedo-header IPV6 addresses > are properly set. > > To preserve the runtime commands, the `_atoip` function no longer takes > in flags to specify converting IPv4/6 addresses, and will try both, > returning, 4, 6, or -1 for a valid IPv4/6, invalid address, respectively. > > Also print IPv6 addresses in UI properly. > > Co-authored-by Valentin Andrei <vand...@fb.com> > > Signed-off-by: Frank Li <frank.li...@gmail.com> > ---
I applied this patch and if you have time do a pull on the pktgen repo and switch over to the ‘dev’ branch and see if this version works for you. Regards, Keith