diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
commit | d4afb81972d9666d730445fa81090d711fc0d54f (patch) | |
tree | 50eb9c287f7cb1ff7b2b0c87f03c58b29c3cb8a8 /ldpd/ldpd.h | |
parent | ldpd: implement RFC 5561 (LDP Capabilities) (diff) | |
download | frr-d4afb81972d9666d730445fa81090d711fc0d54f.tar.xz frr-d4afb81972d9666d730445fa81090d711fc0d54f.zip |
ldpd: implement RFC 5918 (Typed Wildcard FEC)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldpd.h')
-rw-r--r-- | ldpd/ldpd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h index 43743cca8..36594e54e 100644 --- a/ldpd/ldpd.h +++ b/ldpd/ldpd.h @@ -220,6 +220,12 @@ struct map { uint32_t group_id; uint16_t ifmtu; } pwid; + struct { + uint8_t type; + union { + uint16_t prefix_af; + } u; + } twcard; } fec; struct { uint32_t status_code; |