diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 18:11:21 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 18:11:21 +0200 |
commit | b99c382167cae31082e3eed7a4bb2ddb294dbad8 (patch) | |
tree | 0aaaad32dcb53d7225851aae14389f37574c6291 /zebra/rib.h | |
parent | Revert "zebra: use link scope for interface routes" (diff) | |
download | frr-b99c382167cae31082e3eed7a4bb2ddb294dbad8.tar.xz frr-b99c382167cae31082e3eed7a4bb2ddb294dbad8.zip |
Revert "Make route flags a 32bit field"
This reverts commit 85eda2c98520a9553bdc05c136618f9d04917e9b.
Diffstat (limited to 'zebra/rib.h')
-rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 285166f06..0f7f70ada 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -79,7 +79,7 @@ struct rib * This flag's definition is in lib/zebra.h ZEBRA_FLAG_* and is exposed * to clients via Zserv */ - u_int32_t flags; + u_char flags; /* RIB internal status */ u_char status; |