summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2013-06-01 18:47:08 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2013-06-01 18:47:08 +0000
commit20eb1c451d6374bab1f0ef1b5042f25f7efb2e89 (patch)
tree8566cc8b2ccfef08303e5a7cde132ae680ceeb94 /usr.sbin/ldpd/ldpd.h
parentad4de5b1c76896379d6cab9b55686c2e66215131 (diff)
Drop support for per-interface labelspaces.
Support for per-interface labelspaces is only necessary for legacy ATM/FR interfaces running in cell-mode. We shouldn't worry about this. For platform-wide label spaces the label space id is always 0. Diff by Renato Westphal
Diffstat (limited to 'usr.sbin/ldpd/ldpd.h')
-rw-r--r--usr.sbin/ldpd/ldpd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h
index 516a33f86e5..585880d701f 100644
--- a/usr.sbin/ldpd/ldpd.h
+++ b/usr.sbin/ldpd/ldpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldpd.h,v 1.33 2013/06/01 18:35:02 claudio Exp $ */
+/* $OpenBSD: ldpd.h,v 1.34 2013/06/01 18:47:07 claudio Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -203,8 +203,6 @@ struct iface {
struct in_addr dst;
struct in_addr mask;
- u_int16_t lspace_id;
-
u_int64_t baudrate;
time_t uptime;
unsigned int ifindex;
@@ -291,7 +289,6 @@ struct ctl_iface {
char name[IF_NAMESIZE];
struct in_addr addr;
struct in_addr mask;
- struct in_addr lspace;
struct in_addr rtr_id;
struct in_addr dr_id;
struct in_addr dr_addr;
@@ -320,7 +317,6 @@ struct ctl_nbr {
struct in_addr addr;
struct in_addr dr;
struct in_addr bdr;
- struct in_addr lspace;
time_t dead_timer;
time_t uptime;
u_int32_t db_sum_lst_cnt;
@@ -336,7 +332,6 @@ struct ctl_nbr {
struct ctl_rt {
struct in_addr prefix;
struct in_addr nexthop;
- struct in_addr lspace;
struct in_addr adv_rtr;
time_t uptime;
u_int32_t local_label;