+2004-10-23 Hasso Tepper <hasso at quagga.net>
+
+ * zclient.c: Unbreak reading interface update message. Might fix
+ blocker bugzilla #109.
+
2004-10-22 Paul Jakma <paul@dishone.st>
* sockopt.c: (getsockopt_ipv4_ifindex) no ifindex should be 0, not
{
/* Read interface's index. */
ifp->ifindex = stream_getl (s);
+ ifp->status = stream_getc (s);
/* Read interface's value. */
ifp->flags = stream_getl (s);
ifp->metric = stream_getl (s);
ifp->mtu = stream_getl (s);
+ ifp->mtu6 = stream_getl (s);
ifp->bandwidth = stream_getl (s);
}