]> git.puffer.fish Git - mirror/frr.git/commit
zebra: don't change connected state from zebra/interface.c
authorChristian Franke <chris@opensourcerouting.org>
Thu, 24 Jan 2013 14:04:49 +0000 (14:04 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 Sep 2013 15:51:16 +0000 (17:51 +0200)
commit02b4805f3914ef6ba0242c6f4dd1b6759ef97bf2
treef5194e173f172e7c75cf869c7b7621e09e5e3557
parentf7f740fe58fb838fc87e82dc7e1e2d4e5ccf085c
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>
zebra/connected.c
zebra/interface.c