commit | 02b4805f3914ef6ba0242c6f4dd1b6759ef97bf2 | [log] [tgz] |
---|---|---|
author | Christian Franke <chris@opensourcerouting.org> | Thu Jan 24 14:04:49 2013 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Thu Sep 19 17:51:16 2013 +0200 |
tree | f5194e173f172e7c75cf869c7b7621e09e5e3557 | |
parent | f7f740fe58fb838fc87e82dc7e1e2d4e5ccf085c [diff] |
zebra: don't change connected state from zebra/interface.c Try to avoid changing connected state from zebra/interface.c as this means making assumptions about kernel behaviour which may be or may become wrong. This state should rather be updated by events from the kernel. Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>