diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-04 17:30:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 17:30:46 +0100 |
commit | 8413278c90132d2a1eb5e4322d14f207ab485fa4 (patch) | |
tree | 77171e2375ec0a3753195b8b9e08c823a5849022 /data | |
parent | 7650ba287273eb0072b272bad171ddcfe13aa0fd (diff) | |
parent | c7d0865455c9bbf078765b7a53811286cf3dfb8b (diff) | |
download | vyos-1x-8413278c90132d2a1eb5e4322d14f207ab485fa4.tar.gz vyos-1x-8413278c90132d2a1eb5e4322d14f207ab485fa4.zip |
Merge pull request #620 from jack9603301/T3030
tunnel: T3030: Add erspan protocol support
Diffstat (limited to 'data')
-rw-r--r-- | data/configd-include.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index 751d8e012..3da80603f 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -21,6 +21,7 @@ "interfaces-pppoe.py", "interfaces-pseudo-ethernet.py", "interfaces-tunnel.py", +"interfaces-erspan.py", "interfaces-vxlan.py", "interfaces-wireguard.py", "interfaces-wireless.py", |