View | Details | Raw Unified | Return to bug 26761
Collapse All | Expand All

(-)vpnc-script- (-1 / +1 lines)
Lines 139-145 Link Here
139
139
140
if [ -n "$IPROUTE" ]; then
140
if [ -n "$IPROUTE" ]; then
141
	fix_ip_get_output () {
141
	fix_ip_get_output () {
142
		sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit [0-9]\+//g'
142
		sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit [0-9]\+//g;s/ipid 0x....//g'
143
	}
143
	}
144
144
145
	set_vpngateway_route() {
145
	set_vpngateway_route() {

Return to bug 26761