changes - oi->ifp->status doesn't give to us info about ISM,
oi->state does.
[backport candidate]
+2005-06-07 Hasso Tepper <hasso at quagga.net>
+
+ * ospf_apiserver.c: Fix obvious error in notifying clients about ISM
+ changes - oi->ifp->status doesn't give to us info about ISM,
+ oi->state does.
+
2005-06-01 Akihiro Mizutani <mizutani@net-chef.net>
* ospf_ism.c (ospf_elect_bdr/ospf_elect_dr): Fix DR election bug.
area_id = oi->area->area_id;
}
- msg = new_msg_ism_change (0, ifaddr, area_id, oi->ifp->status);
+ msg = new_msg_ism_change (0, ifaddr, area_id, oi->state);
if (!msg)
{
zlog_warn ("apiserver_clients_notify_ism_change: msg_new failed");