man: add documentation for seg6 l2encap mode
This patch adds documentation for the seg6 L2ENCAP encapsulation mode. Signed-off-by: David Lebrun <david.lebrun@uclouvain.be>
This commit is contained in:
parent
cf87da417b
commit
9d563d52f6
|
|
@ -214,7 +214,7 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
|
||||||
.IR ENCAP_SEG6 " := "
|
.IR ENCAP_SEG6 " := "
|
||||||
.B seg6
|
.B seg6
|
||||||
.BR mode " [ "
|
.BR mode " [ "
|
||||||
.BR encap " | " inline " ] "
|
.BR encap " | " inline " | " l2encap " ] "
|
||||||
.B segs
|
.B segs
|
||||||
.IR SEGMENTS " [ "
|
.IR SEGMENTS " [ "
|
||||||
.B hmac
|
.B hmac
|
||||||
|
|
@ -750,6 +750,10 @@ is a set of encapsulation attributes specific to the
|
||||||
- Encapsulate packet in an outer IPv6 header with SRH
|
- Encapsulate packet in an outer IPv6 header with SRH
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
|
.B mode l2encap
|
||||||
|
- Encapsulate ingress L2 frame within an outer IPv6 header and SRH
|
||||||
|
.sp
|
||||||
|
|
||||||
.I SEGMENTS
|
.I SEGMENTS
|
||||||
- List of comma-separated IPv6 addresses
|
- List of comma-separated IPv6 addresses
|
||||||
.sp
|
.sp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue