
Shane.McCormack at hostinguk
Jun 21, 2012, 3:49 PM
Post #2 of 4
(456 views)
Permalink
|
|
Re: ospf6d deletes ipv4 routes from kernel routing table on restart
[In reply to]
|
|
From what I can see, this is a problem with the debian/ubuntu packaging of quagga rather than quagga or any of the quagga daemons. On Debian/Ubuntu there is only a single /etc/init.d/quagga script which does everything, and the stop section has this line: > ip route flush proto zebra Which is called regardless of which daemons you are stopping. (So this would also remove BGP routes...) On the other hand, the Redhat packages contain separate scripts for each daemon (/etc/init.d/bgpd, /etc/init.d/zebra ... /etc/init.d/ospf6d) and only the zebra script has the "ip route flush" line. I don't recall the quagga repo containing a debian directory, so I believe this is packaged externally by someone from debian so you would need to contact them. -- Shane Mc Cormack Cisco Certified Network Associate Linux Systems Engineer Hosting UK ________________________ Tel 01745 586073 Mob 07833 987478 Fax 01745 586087 Web www.hostinguk.net > -----Original Message----- > From: quagga-users-bounces [at] lists [mailto:quagga-users- > bounces [at] lists] On Behalf Of Daniel STICKNEY > Sent: 21 June 2012 15:20 > To: quagga-users [at] lists > Subject: [quagga-users 12919] ospf6d deletes ipv4 routes from kernel routing > table on restart > > Hello all, > > I just opened up bug 732 > (https://bugzilla.quagga.net/show_bug.cgi?id=732) for this problem. My > googling and searching the bugzilla database didn't seem to turn up > other reports of this issue. Example configs and the procedure to > reproduce the problem are included in the bug report. > > Fortunately it is easy to replicate. Unfortunately it is bad news in a > production network. > > Have any of you seen this, or have any work-arounds to suggest ? > > Thanks for your time. > > Daniel > > > _______________________________________________ > Quagga-users mailing list > Quagga-users [at] lists > http://lists.quagga.net/mailman/listinfo/quagga-users Hosting UK, Fibrewales, Exchange2Go, VPS2Go, Total Control Hosting are trading names of Internet Engineering Ltd. Registered in Wales & England, No. 03629948. VAT No. GB 707 9952 93. Registered Office: Unit 24, Ffordd Richard Davies, St Asaph Business Park, St Asaph, LL17 0LJ, United Kingdom. Disclaimer: This email and any attachments are or may be confidential and legally privileged and are sent solely for the attention of the addressee(s). If you have received this email in error, please delete it from your system: its use, disclosure or copying is unauthorised. Statements and opinions expressed in this email may not represent those of Internet Engineering Ltd. its affiliates or subsidiaries. Any representations or commitments in this email are subject to contract. _______________________________________________ Quagga-users mailing list Quagga-users [at] lists http://lists.quagga.net/mailman/listinfo/quagga-users
|