commit | ec8d8d5ba648302cf9405f1346e3760d9b9d061c | [log] [tgz] |
---|---|---|
author | Matthieu Boutier <boutier@pps.jussieu.fr> | Fri Jan 20 15:32:16 2012 +0100 |
committer | Paul Jakma <paul@quagga.net> | Sun Mar 25 17:06:53 2012 +0100 |
tree | ec5a3e3677000458e17e941deccf9c0308ae759a | |
parent | 6dfeb3f6cfaf89ce0e11421b48feb2965a43ffd6 [diff] |
babeld: change the modify route system. Zebra doesn't set errno to EEXIST if we add a route who was already in the kernel, so we always returned after just doing "add; delete". This patch fix the problem by doing "delete; add" always.