From b99c382167cae31082e3eed7a4bb2ddb294dbad8 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 23 Sep 2016 12:11:21 -0400 Subject: Revert "Make route flags a 32bit field" This reverts commit 85eda2c98520a9553bdc05c136618f9d04917e9b. --- ospf6d/ospf6_zebra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d') diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c index b4381cf81..6dee1424a 100644 --- a/ospf6d/ospf6_zebra.c +++ b/ospf6d/ospf6_zebra.c @@ -229,7 +229,7 @@ ospf6_zebra_read_ipv6 (int command, struct zclient *zclient, /* Type, flags, message. */ api.type = stream_getc (s); api.instance = stream_getw (s); - api.flags = stream_getl (s); + api.flags = stream_getc (s); api.message = stream_getc (s); /* IPv6 prefix. */ -- cgit v1.2.3