From 76809cae0eae07817160b423d3f9551df1a1d68e Mon Sep 17 00:00:00 2001 From: Jan Just Keijser Date: Tue, 7 Feb 2012 16:29:47 +0100 Subject: 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 remote host proto udp fragment explicit-exit-notification 3 remote host proto tcp Signed-off-by: Jan Just Keijser Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forward.c') diff --git a/forward.c b/forward.c index dfef4ef..96c6b9a 100644 --- a/forward.c +++ b/forward.c @@ -1005,7 +1005,7 @@ process_incoming_tun (struct context *c) void process_ipv4_header (struct context *c, unsigned int flags, struct buffer *buf) { - if (!c->options.mssfix) + if (!c->options.ce.mssfix) flags &= ~PIPV4_MSSFIX; #if PASSTOS_CAPABILITY if (!c->options.passtos) -- cgit