aboutsummaryrefslogtreecommitdiff
path: root/scanner.l
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2015-01-05 13:55:37 -0800
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-02-17 15:40:00 +0100
commit98722c56ae0b8c7249fceab5d5312b93d93ed32c (patch)
tree1fb4216cb50fc9374f99f45896debe8b5634affc /scanner.l
parent2da70299b66fe84d881b140b0569ee9e44af0dfb (diff)
Add support for Geneve (Generic Network Virtualization Encapsulation).
"geneve" can be used to filter on Geneve encapsulated packets. It also allows later filters to look at frames inside the tunnel headers. The Geneve protocol is documented here: http://tools.ietf.org/html/draft-gross-geneve-02
Diffstat (limited to 'scanner.l')
-rw-r--r--scanner.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/scanner.l b/scanner.l
index 1666b03b..72a83f7f 100644
--- a/scanner.l
+++ b/scanner.l
@@ -275,6 +275,7 @@ vlan return VLAN;
mpls return MPLS;
pppoed return PPPOED;
pppoes return PPPOES;
+geneve return GENEVE;
lane return LANE;
llc return LLC;