summaryrefslogtreecommitdiff
path: root/drivers/idle
diff options
context:
space:
mode:
authorWilliam Tu <u9012063@gmail.com>2020-05-05 09:05:06 -0700
committerDavid S. Miller <davem@davemloft.net>2020-05-05 13:23:29 -0700
commitf989d546a2d5a9f001f6f8be49d98c10ab9b1897 (patch)
tree9bffb2d41538c73853c73c9e6fd9f402fb112ded /drivers/idle
parent730f135104f3afe320d0df4c53c28d6ad9d17d6b (diff)
downloadlinux-f989d546a2d5a9f001f6f8be49d98c10ab9b1897.tar.gz
erspan: Add type I version 0 support.
The Type I ERSPAN frame format is based on the barebones IP + GRE(4-byte) encapsulation on top of the raw mirrored frame. Both type I and II use 0x88BE as protocol type. Unlike type II and III, no sequence number or key is required. To creat a type I erspan tunnel device: $ ip link add dev erspan11 type erspan \ local 172.16.1.100 remote 172.16.1.200 \ erspan_ver 0 Signed-off-by: William Tu <u9012063@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/idle')
0 files changed, 0 insertions, 0 deletions