]> git.puffer.fish Git - matthieu/frr.git/commit
[ripd] Fix metrix in call to rip_zebra_ipv4_delete
authorKrisztian Kovacs <Kris.Kovacs@MorganStanley.com>
Tue, 2 Jun 2009 17:09:48 +0000 (18:09 +0100)
committerPaul Jakma <paul@quagga.net>
Tue, 2 Jun 2009 17:09:48 +0000 (18:09 +0100)
commitc5a89ff4e68c49b8841baf3c76290dd78ba383ec
treebd48c628314d40d870b85f539f4408539aa7853e
parentacde4b861333d799b50d6e8a53214abc0d17ede3
[ripd] Fix metrix in call to rip_zebra_ipv4_delete

Fix a potential problem (most probably not triggering a real problem, at
least on Linux). When an interface goes down and ripd tries to delete the
corresponding route it errorneously passes the interface's index instead of
the metric to zebra.
ripd/rip_interface.c