]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added redirect-gateway block-local flag, with support for
authorJames Yonan <james@openvpn.net>
Sun, 12 Jun 2011 01:14:36 +0000 (01:14 +0000)
committerJames Yonan <james@openvpn.net>
Sun, 12 Jun 2011 01:14:36 +0000 (01:14 +0000)
commit7fb0e07ec3f7c5f6514523085dbe02ea6b8933e2
treede7e157cc9c513a1870ae9bce16b04fd908e9295
parent759873034018f597e52dfbbfe91ff9d20530ea91
Added redirect-gateway block-local flag, with support for
Linux, Mac OS X, and Linux.  This flag (which is pushable
from server) blocks client access to local LAN while VPN
session is active.

Added standalone --show-gateway option to show info about
default gateway.

Extensively refactored get_default_gateway function in
route.c to ease implementation of block-local.

Removed "Experimental" disclaimer from redirect-gateway
man page.

Version 2.1.3y.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7334 e7ae566f-a301-0410-adde-c780ea21d3b5
forward.c
init.c
openvpn.8
options.c
route.c
route.h
ssl.c
tun.c
version.m4