Changeset 31837
- Timestamp:
- 2012-05-21T18:45:40+02:00 (6 years ago)
- Location:
- packages/net/tinc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/tinc/Makefile
r31235 r31837 10 10 PKG_NAME:=tinc 11 11 PKG_VERSION:=1.0.18 12 PKG_RELEASE:= 112 PKG_RELEASE:=2 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -
packages/net/tinc/files/tinc.init
r29185 r31837 99 99 # append flags 100 100 append_conf_bools "$s" "$TMP_TINC/$n/hosts/$s" \ 101 ClampMSS IndirectData PMTUDiscovery 101 ClampMSS IndirectData PMTUDiscovery TCPOnly 102 102 103 103 # append params 104 104 append_conf_params "$s" "$TMP_TINC/$n/hosts/$s" \ 105 Address Cipher Compression Digest MACLength PMTU Port Subnet 105 Address Cipher Compression Digest MACLength PMTU \ 106 Port PublicKey PublicKeyFile Subnet 106 107 } 107 108 … … 140 141 # append flags 141 142 append_conf_bools "$s" "$TMP_TINC/$s/tinc.conf" \ 142 D irectOnly Hostnames IffOneQueue PriorityInheritance \143 StrictSubnets TunnelServer \144 ClampMSS IndirectData PMTUDiscovery 143 DecrementTTL DirectOnly Hostnames IffOneQueue \ 144 LocalDiscovery PriorityInheritance StrictSubnets TunnelServer \ 145 ClampMSS IndirectData PMTUDiscovery TCPOnly 145 146 146 147 # append params 147 148 append_conf_params "$s" "$TMP_TINC/$s/tinc.conf" \ 148 149 AddressFamily BindToAddress ConnectTo BindToInterface \ 149 Forwarding GraphDumpFile Interface KeyExpire MACExpire \ 150 MaxTimeout Mode Name PingInterval PingTimeout PrivateKeyFile \ 151 ProcessPriority ReplayWindow UDPRcvBuf UDPSndBuf \ 152 Address Cipher Compression Digest MACLength PMTU Port Subnet 150 Broadcast Device DeviceType Forwarding \ 151 GraphDumpFile Interface KeyExpire MACExpire \ 152 MaxTimeout Mode Name PingInterval PingTimeout \ 153 PrivateKey PrivateKeyFile ProcessPriority ReplayWindow \ 154 UDPRcvBuf UDPSndBuf \ 155 Address Cipher Compression Digest MACLength PMTU \ 156 Port PublicKey PublicKeyFile Subnet 153 157 154 158 check_gen_own_key "$s" && return 0
Note: See TracChangeset
for help on using the changeset viewer.