diff --git a/debian/control b/debian/control index 634219246b..e3721006b7 100644 --- a/debian/control +++ b/debian/control @@ -194,7 +194,6 @@ Depends: zabbix-agent2, ndppd, miniupnpd-nftables, - wpasupplicant (>= 0.6.7), tinc Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything diff --git a/interface-definitions/interfaces-tinc.xml.in b/interface-definitions/interfaces-tinc.xml.in index 90da27a6ed..bc44e6e524 100644 --- a/interface-definitions/interfaces-tinc.xml.in +++ b/interface-definitions/interfaces-tinc.xml.in @@ -4,26 +4,26 @@ - Tinc VPN Tunnel Interface + tinc VPN Tunnel Interface 460 ^tinc[0-9]+$ - Tinc VPN tunnel interface must be named vtincN + tinc VPN tunnel interface must be named vtincN tincN - Tinc VPN interface name + tinc VPN interface name - Local Node Name options(require) + Local node name options(require) - Declare network segment + Subnet settings ipv4net IPv4 address and prefix length @@ -129,13 +129,13 @@ - Standard Data Encryption Algorithm(default:aes-256-cbc) + Standard Data Encryption algorithm(default: aes-256-cbc) aes-256-cbc - UDP Digest settings(default:sha256) + UDP Digest settings(default: sha256) sha256 @@ -143,7 +143,7 @@ - Tinc VPN interface device Bridge Mode(If this option is not specified, tinc will run in routing mode) + tinc VPN interface device Bridge Mode(If this option is not specified, tinc will run in routing mode) switch hub @@ -235,7 +235,7 @@ - Key expiration time(seconds,default:3600) + Key expiration time(seconds, default: 3600) 3600 @@ -247,25 +247,25 @@ - MAC expiration time(seconds,default:600) + MAC expiration time(seconds, default: 600) 600 - Max Timeout(seconds,default:900) + Max Timeout(seconds, default: 900) 900 - Ping Interval(seconds,default:60) + Ping Interval(seconds, default: 60) 60 - Ping Timeout(seconds,default:5) + Ping Timeout(seconds, default: 5) 5 @@ -334,7 +334,7 @@ exec - Executes the given command which should set up the outgoing connection. The environment variables NAME, NODE, REMOTEADDRES and REMOTEPORT are available + Command to execute on connection setup (socks4|socks5|http|exec) @@ -369,26 +369,26 @@ - Executes the given command which should set up the outgoing connection. The environment variables NAME, NODE, REMOTEADDRES and REMOTEPORT are available + Command to execute on connection setup - ReplayWindow(Bytes,default:16) + ReplayWindow(Bytes, default: 16) 16 - When this option is enabled tinc will only use Subnet statements which are present in the host config files in the local /etc/tinc/netname/hosts/ directory. Subnets learned via connections to other nodes and which are not present in the local host config files are ignored + Ignore connections from unknown networks - When this option is enabled tinc will no longer forward information between other tinc daemons, and will only allow connections with nodes for which host config files are present in the local /etc/tinc/netname/hosts/ directory, Setting this options also implicitly sets StrictSubnets + Declare the node as a tunnel server @@ -428,19 +428,19 @@ - Compression Level Option(default:9) + Compression Level Option(default: 9) 9 - MAC Length(Bytes,default:4) + MAC Length(Bytes, default: 4) 4 - MTU(Bytes,default:1514) + MTU(Bytes, default: 1514) 1514 diff --git a/op-mode-definitions/tinc.xml.in b/op-mode-definitions/tinc.xml.in index c29ba32ebc..7bf8882704 100644 --- a/op-mode-definitions/tinc.xml.in +++ b/op-mode-definitions/tinc.xml.in @@ -6,12 +6,12 @@ - Show Tinc VPN interface information + Show tinc VPN interface information - Show detailed Tinc VPN interface information + Show detailed tinc VPN interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=tinc --action=show @@ -19,7 +19,7 @@ - Show Tinc VPN interface information + Show tinc VPN interface information @@ -28,7 +28,7 @@ - Show summary of specified Tinc VPN interface information + Show summary of specified tinc VPN interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief @@ -38,24 +38,4 @@ - - - - - Generate tinc vpn tunnel configuration - - - - - - - - Generate tinc vpn tunnel host configuration path - - scp "$5" "/etc/tinc/$3/hosts/" - - - - -