diff options
author | 2017-05-27 12:09:27 +0000 | |
---|---|---|
committer | 2017-05-27 12:09:27 +0000 | |
commit | 0f679e2b31abe00da16637ff385900e34851372d (patch) | |
tree | 23db51e11bcf9bbd2b725565c700657eef3e3cf9 | |
parent | Add missing comments for CAN and SUB, for consistency. (diff) | |
download | wireguard-openbsd-0f679e2b31abe00da16637ff385900e34851372d.tar.xz wireguard-openbsd-0f679e2b31abe00da16637ff385900e34851372d.zip |
bump the size of ctl rib flags
OK claudio@
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index a94cb23ea2c..303e18173b3 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.302 2017/05/27 10:24:44 phessler Exp $ */ +/* $OpenBSD: bgpd.h,v 1.303 2017/05/27 12:09:27 phessler Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -607,8 +607,8 @@ struct ctl_show_rib { u_int32_t local_pref; u_int32_t med; u_int32_t weight; + u_int32_t flags; u_int16_t aspath_len; - u_int16_t flags; u_int8_t prefixlen; u_int8_t origin; /* plus a aspath_len bytes long aspath */ |