default-domain = example.com
ipv4-network = @VPNNET@
-# Use the keywork local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertize the local P-t-P address as DNS server
ipv4-dns = @DNS@
# The NBNS server (if any)
default-domain = example.com
ipv4-network = @VPNNET@
-# Use the keywork local to advertize the local P-t-P address as DNS server
+# Use the keyword local to advertize the local P-t-P address as DNS server
ipv4-dns = @DNS@
# The NBNS server (if any)
# 2) There are two different functions to set routes: generic routes and the
# default route. Why isn't the defaultroute handled via the generic route case?
# 3) In the split tunnel case, all routes but the default route might get replaced
-# without getting restored later. We should explicitely check and save them just
+# without getting restored later. We should explicitly check and save them just
# like the defaultroute
# 4) Replies to a dhcp-server should never be sent into the tunnel
del_ipv6_exclude_route() {
# FIXME: In theory, this could delete existing routes which are
- # identical to split-exclude routes specificed by VPNGATEWAY
+ # identical to split-exclude routes specified by VPNGATEWAY
NETWORK="$1"
NETMASKLEN="$2"
$IPROUTE -6 route del "$NETWORK/$NETMASKLEN"