commit | 8c4e57a57562c9329b1de4c29ee921ab98182c6b | [log] [tgz] |
---|---|---|
author | Matthieu Boutier <boutier@pps.jussieu.fr> | Sat Jan 28 00:29:51 2012 +0100 |
committer | Paul Jakma <paul@quagga.net> | Sun Mar 25 17:06:53 2012 +0100 |
tree | 54253839ace41b14e363b6c5ede863c34e91e2e6 | |
parent | 69394543597a0fd8c161c5c8a0d25c8b1cfa8a93 [diff] |
babeld: fix interface bug, simplify code. Perhaps could it be able to free already free memory (so free(NULL)), in function interface_reset(). On other hand, it initiated untracked interfaces, raising (at least) inappropriate messages. Finally, I remove the BABEL_IF_IS_ENABLE flag, witch was not really usefull. Note the test if_up isn't weaker, because (...IS_UP => ...IS_ENABLE).