lib: prefix: add prefix_rd type

Signed-off-by: streambinder <posta@davidepucci.it>
This commit is contained in:
streambinder 2020-06-15 15:21:19 +02:00
parent 1a5fc72066
commit 132b6a9139

View File

@ -295,6 +295,7 @@ union prefixptr {
prefixtype(prefixptr, struct prefix_ipv6, p6)
prefixtype(prefixptr, struct prefix_evpn, evp)
prefixtype(prefixptr, struct prefix_fs, fs)
prefixtype(prefixptr, struct prefix_rd, rd)
} __attribute__((transparent_union));
union prefixconstptr {
@ -303,6 +304,7 @@ union prefixconstptr {
prefixtype(prefixconstptr, const struct prefix_ipv6, p6)
prefixtype(prefixconstptr, const struct prefix_evpn, evp)
prefixtype(prefixconstptr, const struct prefix_fs, fs)
prefixtype(prefixconstptr, const struct prefix_rd, rd)
} __attribute__((transparent_union));
#ifndef INET_ADDRSTRLEN