On 10/27/16, 6:33 AM, David Lebrun wrote: > This patch creates a new type of interfaceless lightweight tunnel (SEG6), > enabling the encapsulation and injection of SRH within locally emitted > packets and forwarded packets. > > From a configuration viewpoint, a seg6 tunnel would be configured as follows: > > ip -6 ro ad fc00::1/128 encap seg6 mode encap segs fc42::1,fc42::2,fc42::3 > dev eth0 > > Any packet whose destination address is fc00::1 would thus be encapsulated > within an outer IPv6 header containing the SRH with three segments, and would > actually be routed to the first segment of the list. If `mode inline' was > specified instead of `mode encap', then the SRH would be directly inserted > after the IPv6 header without outer encapsulation. > > Signed-off-by: David Lebrun <david.leb...@uclouvain.be> > Acked-by: Roopa Prabhu <ro...@cumulusnetworks.com>
Re: [PATCH net-next v3 3/9] ipv6: sr: add support for SRH encapsulation and injection with lwtunnels
- [PATCH net-next v3 0/9] net: add support for IPv6 Segmen... David Lebrun
- [PATCH net-next v3 2/9] ipv6: sr: add code base for... David Lebrun
- [PATCH net-next v3 3/9] ipv6: sr: add support for S... David Lebrun
- Re: [PATCH net-next v3 3/9] ipv6: sr: add suppo... kbuild test robot
- Re: [PATCH net-next v3 3/9] ipv6: sr: add suppo... Roopa Prabhu
- [PATCH net-next v3 9/9] ipv6: sr: add documentation... David Lebrun
- [PATCH net-next v3 8/9] ipv6: sr: add support for S... David Lebrun
- [PATCH net-next v3 7/9] ipv6: add source address ar... David Lebrun
- [PATCH net-next v3 6/9] ipv6: sr: add calls to veri... David Lebrun
- [PATCH net-next v3 5/9] ipv6: sr: implement API to ... David Lebrun
- [PATCH net-next v3 4/9] ipv6: sr: add core files fo... David Lebrun
- [PATCH net-next v3 1/9] ipv6: implement dataplane s... David Lebrun