From 8c68e1670143622b46b887787b81c61a32955baf Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 30 Jul 2009 14:16:39 +0000 Subject: main/quagga: fixes for zebra init.d and default config * do not hardcode path to ip * the -l option seems to be removed --- main/quagga/zebra.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/quagga/zebra.initd') diff --git a/main/quagga/zebra.initd b/main/quagga/zebra.initd index f0cc0084..5ca8ef58 100644 --- a/main/quagga/zebra.initd +++ b/main/quagga/zebra.initd @@ -17,7 +17,7 @@ checkconfig() { cleanup() { ebegin "Cleaning up stale zebra routes..." - /usr/sbin/ip route flush proto zebra + ip route flush proto zebra eend $? } -- cgit v1.2.3