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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 Oct 2015 18:51:46 +0200
From:	Jiri Benc <jbenc@...hat.com>
To:	Thomas Graf <tgraf@...g.ch>
Cc:	stephen@...workplumber.org, netdev@...r.kernel.org,
	roopa@...ulusnetworks.com, mengke.liu@...el.com,
	tom@...bertland.com
Subject: Re: [PATCH 2/3] lwtunnel: Add encapsulation support to ip route

On Thu, 15 Oct 2015 13:13:39 +0200, Thomas Graf wrote:
> From: Roopa Prabhu <roopa@...ulusnetworks.com>
> 
> This patch adds support to parse and print lwtunnel
> encapsulation attributes attached to routes for MPLS
> and IP tunnels.
> 
> example:
> Add ipv4 route with mpls encap attributes:
> 
> Examples:
> 
>   MPLS:
>   $ ip route add 40.1.2.0/30 encap mpls 200 via inet 40.1.1.1 dev eth3
>   $ ip route show
>   40.1.2.0/30  encap mpls 200 via 40.1.1.1 dev eth3
> 
>   Add ipv4 multipath route with mpls encap attributes:
>   $ ip route add 10.1.1.0/30 nexthop encap mpls 200 via 10.1.1.1 dev eth0 \
> 		    nexthop encap mpls 700 via  40.1.1.2 dev eth3
>   $ ip route show
>   10.1.1.0/30
>     nexthop encap mpls 200  via 10.1.1.1  dev eth0 weight 1
>     nexthop encap mpls 700  via 40.1.1.2  dev eth3 weight 1
> 
>   IP:
>   $ ip route add 10.1.1.1/24 encap ip id 200 dst 20.1.1.1 dev vxlan0
> 
> Signed-off-by: Roopa Prabhu <roopa@...ulusnetworks.com>
> Signed-off-by: Thomas Graf <tgraf@...g.ch>

Acked-by: Jiri Benc <jbenc@...hat.com>

-- 
Jiri Benc
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ