summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.h
diff options
context:
space:
mode:
authorMathieu Sauve-Frankel <msf@cvs.openbsd.org>2005-09-24 21:10:33 +0000
committerMathieu Sauve-Frankel <msf@cvs.openbsd.org>2005-09-24 21:10:33 +0000
commit99b74a6b0edb3b9af9b75ff6efcc87e5d67ae80f (patch)
treefb304a88354d7314a65087d61b67193d55b0dd4c /usr.sbin/ospfd/ospfd.h
parentf1f361f7c045b614de6393f564527b5d01c082d8 (diff)
- add auth_type and auth_keyid to struct ctl_iface
- have ospfctl tell us when we are using authentication with 'show interface' ok claudio@ norby@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r--usr.sbin/ospfd/ospfd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h
index 1a772d5f304..33442308164 100644
--- a/usr.sbin/ospfd/ospfd.h
+++ b/usr.sbin/ospfd/ospfd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfd.h,v 1.36 2005/09/17 20:03:35 msf Exp $ */
+/* $OpenBSD: ospfd.h,v 1.37 2005/09/24 21:10:32 msf Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -408,6 +408,8 @@ struct ctl_iface {
u_int8_t linkstate;
u_int8_t priority;
u_int8_t passive;
+ enum auth_type auth_type;
+ u_int8_t auth_keyid;
};
struct ctl_nbr {