diff options
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index c5a00e7b83f..5e6a4eaae26 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.324 2018/07/11 16:34:36 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.325 2018/07/12 21:45:37 benno Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -567,6 +567,7 @@ struct kroute_nexthop { struct kif { char ifname[IFNAMSIZ]; u_int64_t baudrate; + u_int rdomain; int flags; u_short ifindex; u_int8_t if_type; |