blob: 4a83ea53e38a2766c25f8ed548728afd09ed8827 (
plain)
1 --- vpnc-script.orig 2005-08-23 13:38:09.140717120 -0500
2 +++ vpnc-script 2005-08-23 13:38:46.095027824 -0500
3 @@ -72,7 +72,7 @@
4
5 if [ -n "$IPROUTE" ]; then
6 fix_ip_get_output () {
7 - sed 's/cache//;s/metric[0-9]\+ [0-9]\+//g'
8 + sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g'
9 }
10
11 set_vpngateway_route() {
|