commit | 508ec9102057c86769e5c0dd280037025102a9c0 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sat Oct 23 14:26:49 2004 +0000 |
committer | hasso <hasso> | Sat Oct 23 14:26:49 2004 +0000 |
tree | 20524add351bf9f532e7c1812c242e565b5dc0b1 | |
parent | 6b637e9602316d98983fa103dfdbef4bbf723ffb [diff] [blame] |
Yet another breakage introduced in May with zserv cleanup.
diff --git a/lib/zclient.c b/lib/zclient.c index dfb2f2f..8325a56 100644 --- a/lib/zclient.c +++ b/lib/zclient.c
@@ -636,11 +636,13 @@ { /* 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); }