summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2013-06-01 18:35:03 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2013-06-01 18:35:03 +0000
commit204316bee57f022dea637a9d94567f3c852d1131 (patch)
tree8d284d4c9cc54e5b19e12208df2eaead208df97a /usr.sbin/ldpd/ldpd.h
parent12ce88afbc54312fc23d8fe50736b79d3ef0c947 (diff)
Drop support for passive interfaces.
Support for passive interfaces was inherited from ospfd but it doesn't make any sense at all for ldpd. Diff from Renato Westphal
Diffstat (limited to 'usr.sbin/ldpd/ldpd.h')
-rw-r--r--usr.sbin/ldpd/ldpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h
index 9ac07a6d46e..516a33f86e5 100644
--- a/usr.sbin/ldpd/ldpd.h
+++ b/usr.sbin/ldpd/ldpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldpd.h,v 1.32 2013/06/01 18:26:40 claudio Exp $ */
+/* $OpenBSD: ldpd.h,v 1.33 2013/06/01 18:35:02 claudio Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -220,7 +220,6 @@ struct iface {
u_int8_t media_type;
u_int8_t linkstate;
u_int8_t priority;
- u_int8_t passive;
};
/* ldp_conf */
@@ -313,7 +312,6 @@ struct ctl_iface {
u_int8_t linkstate;
u_int8_t mediatype;
u_int8_t priority;
- u_int8_t passive;
};
struct ctl_nbr {