diff options
author | Jesse Gross <jesse@nicira.com> | 2015-01-05 13:55:37 -0800 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-02-17 15:40:00 +0100 |
commit | 98722c56ae0b8c7249fceab5d5312b93d93ed32c (patch) | |
tree | 1fb4216cb50fc9374f99f45896debe8b5634affc /scanner.l | |
parent | 2da70299b66fe84d881b140b0569ee9e44af0dfb (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.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |