summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldp.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2017-03-03 23:41:28 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2017-03-03 23:41:28 +0000
commit1d59adfbf165119a67b61d16f23ed5c28dbb67b4 (patch)
tree20ad462204e310d8ab552d5b1653593c4ff102ba /usr.sbin/ldpd/ldp.h
parent8953d78820bbfc32d60cf2bd8fdaf56c09a26169 (diff)
Minor tweaks.
Diffstat (limited to 'usr.sbin/ldpd/ldp.h')
-rw-r--r--usr.sbin/ldpd/ldp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldpd/ldp.h b/usr.sbin/ldpd/ldp.h
index d50a3d0ba15..82ee6976f8d 100644
--- a/usr.sbin/ldpd/ldp.h
+++ b/usr.sbin/ldpd/ldp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldp.h,v 1.35 2016/09/03 16:07:08 renato Exp $ */
+/* $OpenBSD: ldp.h,v 1.36 2017/03/03 23:41:27 renato Exp $ */
/*
* Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org>
@@ -244,6 +244,7 @@ struct address_list_tlv {
#define FEC_ELM_WCARD_LEN 1
#define FEC_ELM_PREFIX_MIN_LEN 4
#define FEC_PWID_ELM_MIN_LEN 8
+#define FEC_PWID_SIZE 4
#define MAP_TYPE_WILDCARD 0x01
#define MAP_TYPE_PREFIX 0x02