diff options
Diffstat (limited to 'usr.sbin/ldpd/ldpd.h')
-rw-r--r-- | usr.sbin/ldpd/ldpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h index 9993ccfdb6c..6596e5467a9 100644 --- a/usr.sbin/ldpd/ldpd.h +++ b/usr.sbin/ldpd/ldpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpd.h,v 1.85 2017/03/04 00:09:17 renato Exp $ */ +/* $OpenBSD: ldpd.h,v 1.86 2017/03/04 00:12:26 renato Exp $ */ /* * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> @@ -208,6 +208,7 @@ struct map { uint8_t type; union { uint16_t prefix_af; + uint16_t pw_type; } u; } twcard; } fec; |