summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-24 11:06:55 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-24 11:06:55 +0100
commit4198ea04f6ab1735e24f878b0939cee43e4f0946 (patch)
tree4f7e2538618e3c96b949b9503d5f445e1ccbf696 /data
parent9ab56f29f07a3c94a92bb7e1ffa54fcb4762a8fb (diff)
parent762e0922eec583c011c5fb834ad8a22971bc96b5 (diff)
downloadvyos-1x-4198ea04f6ab1735e24f878b0939cee43e4f0946.tar.gz
vyos-1x-4198ea04f6ab1735e24f878b0939cee43e4f0946.zip
Merge branch 't1799-geneve' of github.com:c-po/vyos-1x into current
* 't1799-geneve' of github.com:c-po/vyos-1x: geneve: T1799: add IPv4 routing parameters geneve: T1799: support bridging geneve: T1799: add Generic Network Virtualization Encapsulation
Diffstat (limited to 'data')
-rw-r--r--data/interface-types.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/interface-types.json b/data/interface-types.json
index f1862b882..f174d3c39 100644
--- a/data/interface-types.json
+++ b/data/interface-types.json
@@ -14,5 +14,6 @@
"wireless": "wlan",
"wirelessmodem": "wlm",
"input": "ifb",
- "pppoe": "pppoe"
+ "pppoe": "pppoe",
+ "geneve": "gnv"
}