diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-10-18 13:17:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 13:17:04 +0200 |
commit | 272c6d5db128ff7450fe9fcd16c046160594deb3 (patch) | |
tree | 83cf59443f6641c80260a0e75aded8211478bc34 /lib/prefix.h | |
parent | Merge pull request #12136 from opensourcerouting/fix/drop_leftovers (diff) | |
parent | bgpd: use DEFPY for new vrf rt auto commands (diff) | |
download | frr-272c6d5db128ff7450fe9fcd16c046160594deb3.tar.xz frr-272c6d5db128ff7450fe9fcd16c046160594deb3.zip |
Merge pull request #8647 from sworleys/DVNI-Config-Changes
bgpd: EVPN D-VNI L3 RT Config Enhancements
Diffstat (limited to 'lib/prefix.h')
-rw-r--r-- | lib/prefix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/prefix.h b/lib/prefix.h index b90431153..c67656cfd 100644 --- a/lib/prefix.h +++ b/lib/prefix.h @@ -510,6 +510,7 @@ extern char *esi_to_str(const esi_t *esi, char *buf, int size); extern char *evpn_es_df_alg2str(uint8_t df_alg, char *buf, int buf_len); extern void prefix_evpn_hexdump(const struct prefix_evpn *p); extern bool ipv4_unicast_valid(const struct in_addr *addr); +extern int evpn_prefix2prefix(const struct prefix *evpn, struct prefix *to); static inline int ipv6_martian(const struct in6_addr *addr) { |