diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-18 08:44:05 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-18 08:44:47 +0100 |
commit | f67568bc2307706116f5509fca3a188dc4ab5d48 (patch) | |
tree | a0844709b87dd9b0d74d3be177c13ddb939edfc3 /src/op_mode | |
parent | 83bcd13775323bec35d018223029e9a8b13179c8 (diff) | |
download | vyos-1x-f67568bc2307706116f5509fca3a188dc4ab5d48.tar.gz vyos-1x-f67568bc2307706116f5509fca3a188dc4ab5d48.zip |
validator: T3326: add missing interfaces (e.g. ppp and l2tpv3)
Diffstat (limited to 'src/op_mode')
-rwxr-xr-x | src/op_mode/vtysh_wrapper.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/op_mode/vtysh_wrapper.sh b/src/op_mode/vtysh_wrapper.sh new file mode 100755 index 000000000..47d88330b --- /dev/null +++ b/src/op_mode/vtysh_wrapper.sh @@ -0,0 +1,4 @@ +#!/bin/sh +declare -a tmp +tmp=$@ +vtysh -c "$tmp" |