summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-01-18 19:15:01 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-01-18 19:15:01 +0000
commitf07e66382b18716e0b49bc95bf4584115b394ea2 (patch)
tree33346d5cb3c3e16767b10056b8a3a51c666c69d5 /usr.sbin/bgpd/bgpd.h
parent2c5896ff62e34b762dffa8a4f0c9129bba51d936 (diff)
track interface type and baudrate as well
ok claudio@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 9ed29c08ff5..0bda2ac88ce 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.72 2004/01/17 21:06:55 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.73 2004/01/18 19:15:00 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -246,7 +246,9 @@ struct kif {
u_short ifindex;
int flags;
char ifname[IFNAMSIZ];
+ u_int8_t media_type;
u_int8_t link_state;
+ u_long baudrate;
};
struct session_up {