On Sat, Jun 27, 2015 at 02:35:00PM +0300, Julian Anastasov wrote:
>
> Hello,
>
> On Fri, 26 Jun 2015, Alex Gartrell wrote:
>
> > Previously there was a trivial panic
> >
> > unshare -n /bin/bash <<EOF
> > ip addr add dev lo face::1/128
> > ipvsadm -A -t [face::1]:15213
> > ipvsadm -a -t [face::1]:15213 -r b00c::1
> > echo boom | nc face::1 15213
> > EOF
> >
> > This patch allows us to replicate the net logic above and simply capture
> > the skb_dst(skb)->dev and use that for the purpose of the invocation.
> >
> > Signed-off-by: Alex Gartrell <agartrell@xxxxxx>
>
> Looks good to me, thanks! Simon, patch looks suitable
> for ipvs (net) tree.
>
> Acked-by: Julian Anastasov <ja@xxxxxx>
Thanks, I have applied this to to the ipvs tree.
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
|