summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorHeiko Hund <heiko.hund@sophos.com>2011-08-31 20:05:15 +0200
committerDavid Sommerseth <davids@redhat.com>2011-08-31 20:22:57 +0200
commitd90428d141102a646a20b1310de1716621e32bd6 (patch)
tree755fb252ce9231f337b5b1c4436e0cb3dec21356 /init.c
parent82167eb2ecfda2ddfbe9899ff7a58b13fac23a60 (diff)
downloadopenvpn-d90428d141102a646a20b1310de1716621e32bd6.tar.gz
openvpn-d90428d141102a646a20b1310de1716621e32bd6.tar.xz
openvpn-d90428d141102a646a20b1310de1716621e32bd6.zip
add --mark option to set SO_MARK sockopt
Signed-off-by: Heiko Hund <heiko.hund@sophos.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.c b/init.c
index 0530b10..e8c9aab 100644
--- a/init.c
+++ b/init.c
@@ -2640,6 +2640,7 @@ do_init_socket_1 (struct context *c, const int mode)
c->options.mtu_discover_type,
c->options.rcvbuf,
c->options.sndbuf,
+ c->options.mark,
sockflags);
}