]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Merged add_bypass_address() and add_host_route_if_nonlocal()
authorDavid Sommerseth <dazo@users.sourceforge.net>
Mon, 15 Nov 2010 08:00:12 +0000 (09:00 +0100)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 18 Nov 2010 17:54:49 +0000 (18:54 +0100)
commit7c18c6353904f8c6e7f4eab3d13c985761ab80e5
tree8fca62ab4e16cff3fdf2fee1fff7372668e0b646
parent7581c8fd6f0b0f0855b8dae8dba697fecb5ac6a4
Merged add_bypass_address() and add_host_route_if_nonlocal()

The add_host_route_if_nonlocal() function is too simple to really
benefit from calling add_bypass_address() when this function is the
only caller to this function.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Peter Stuge <peter@stuge.se>
route.c