summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpd.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-03-03 21:50:22 +0100
committerRenato Westphal <renato@opensourcerouting.org>2017-03-03 21:50:22 +0100
commitaba50a83ea59e20bb23929f817560625153a0e25 (patch)
tree364bebda19c78d7518a864f62f40079f05cad680 /ldpd/ldpd.h
parentldpd: implement RFC 5918 (Typed Wildcard FEC) (diff)
downloadfrr-aba50a83ea59e20bb23929f817560625153a0e25.tar.xz
frr-aba50a83ea59e20bb23929f817560625153a0e25.zip
ldpd: implement RFC 6667 (Typed Wildcard FEC for PWid)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldpd.h')
-rw-r--r--ldpd/ldpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h
index 36594e54e..7d12c66ce 100644
--- a/ldpd/ldpd.h
+++ b/ldpd/ldpd.h
@@ -224,6 +224,7 @@ struct map {
uint8_t type;
union {
uint16_t prefix_af;
+ uint16_t pw_type;
} u;
} twcard;
} fec;