diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-11-03 18:44:31 -0500 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-11-06 16:40:11 +0000 |
commit | 6b0dd5502489c83cc4a0e6e9240b41a9bb3f0ed6 (patch) | |
tree | 2f17610529da94fa7bc171fc329093ef76293517 /src/vnet/ipip | |
parent | 7f39e91fe51761aa3dda6cb33ab3bbaa3296d28d (diff) |
build: add yaml file linting to make checkstyle
Type: feature
fts and trex rely on yaml config files. Verify
that they are valid, so comitters can catch
errors early.
Change-Id: Ide0bb276659119c59bdbbc8b8155e37562a648b8
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/ipip')
-rw-r--r-- | src/vnet/ipip/FEATURE.yaml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/src/vnet/ipip/FEATURE.yaml b/src/vnet/ipip/FEATURE.yaml index 6e670fc3e74..010fa1ec527 100644 --- a/src/vnet/ipip/FEATURE.yaml +++ b/src/vnet/ipip/FEATURE.yaml @@ -1,22 +1,24 @@ +--- name: IP in IP tunnelling maintainer: Ole Troan <ot@cisco.com> features: - IPv4/IPv6 over IPv4/IPv6 encapsulation: - - Fragmentation and Reassembly - - Configurable MTU - - Inner to outer Traffic Class / TOS copy - - Configurable Traffic Class / TOS + - Fragmentation and Reassembly + - Configurable MTU + - Inner to outer Traffic Class / TOS copy + - Configurable Traffic Class / TOS - ICMPv4 / ICMPv6 proxying - 6RD (RFC5969): - - Border Relay + - Border Relay -description: "Implements IP{v4,v6} over IP{v4,v6} tunnelling as - described in RFC2473. This module also implement the border relay of - 6RD (RFC5969)." +description: |- + Implements IP{v4,v6} over IP{v4,v6} tunnelling as + described in RFC2473. This module also implements the + border relay of 6RD (RFC5969). state: production properties: [API, CLI, STATS, MULTITHREAD] missing: - Tunnel PMTUD - Tracking of FIB state for tunnel state - - IPv6 extension headers (Tunnel encapsulation limit option)
\ No newline at end of file + - IPv6 extension headers (Tunnel encapsulation limit option) |