From 55ff44b4efeab6741bc10778c7990d1e7cfbe51c Mon Sep 17 00:00:00 2001 From: james Date: Wed, 5 Apr 2006 07:30:04 +0000 Subject: svn merge -r 886:987 $SO/trunk/openvpn . git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@991 e7ae566f-a301-0410-adde-c780ea21d3b5 --- route.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'route.c') diff --git a/route.c b/route.c index 5ca48bc..0b9a78e 100644 --- a/route.c +++ b/route.c @@ -936,6 +936,8 @@ delete_route (const struct route *r, const struct tuntap *tt, unsigned int flags network, netmask); #endif /*CONFIG_FEATURE_IPROUTE*/ + if (r->metric_defined) + buf_printf (&buf, " metric %d", r->metric); msg (D_ROUTE, "%s", BSTR (&buf)); system_check (BSTR (&buf), es, 0, "ERROR: Linux route delete command failed"); -- cgit v1.2.3