Hi Geoff,
For:
>
> @@ -630,6 +631,17 @@ int conn_recv_proxy(struct connection *conn, int flag)
> conn->proxy_netns = ns;
> break;
> }
> +
> + case PP2_TYPE_AUTHORITY: {
Is inside #ifdef USE_NS
It work for me, with the #ifdef fix.
Thanks
Manu

