]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Made some options connection-entry specific
authorJan Just Keijser <janjust@nikhef.nl>
Tue, 7 Feb 2012 15:29:47 +0000 (16:29 +0100)
committerDavid Sommerseth <davids@redhat.com>
Mon, 13 Feb 2012 19:43:37 +0000 (20:43 +0100)
commit76809cae0eae07817160b423d3f9551df1a1d68e
tree7fc6813c4648040b3966a10ad2c5d441df649dbb
parentbdf9ab751644ed22499e80ed69a37d14461a81ff
Made some options connection-entry specific

The following options may now be used in a connection block:

 fragment
 mssfix
 tun-mtu
 tun-mtu-extra
 link-mtu
 mtu_discover_type
 explicit-exit-notification

In order to support stuff like
<connection>
  remote host
  proto udp
  fragment
  explicit-exit-notification 3
</connection>
<connection>
  remote host
  proto tcp
</connection>

Signed-off-by: Jan Just Keijser <janjust@nikhef.nl>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
forward.c
init.c
occ.c
options.c
options.h
sig.c