lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 5 May 2020 10:48:44 -0600
From:   David Ahern <dsahern@...il.com>
To:     Alexander Aring <alex.aring@...il.com>, netdev@...r.kernel.org
Cc:     mcr@...delman.ca, stefan@...enfreihafen.org
Subject: Re: [PATCH iproute2-next 2/2] lwtunnel: add support for rpl segment
 routing

On 5/2/20 4:58 PM, Alexander Aring wrote:
> @@ -162,6 +168,32 @@ static void print_encap_seg6(FILE *fp, struct rtattr *encap)
>  	print_srh(fp, tuninfo->srh);
>  }
>  
> +static void print_rpl_srh(FILE *fp, struct ipv6_rpl_sr_hdr *srh)
> +{
> +	int i;
> +
> +	for (i = srh->segments_left - 1; i >= 0; i--) {
> +		print_color_string(PRINT_ANY, COLOR_INET6,
> +				   NULL, "%s ",
> +				   rt_addr_n2a(AF_INET6, 16, &srh->rpl_segaddr[i]));


you aren't printing anything for the json case?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ