diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-02-26 08:03:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-26 08:03:06 -0500 |
| commit | 3bf65aa1ae5fb69bf97c6dc54775a25c13cc4c59 (patch) | |
| tree | 4ea94e01cadb3d0209ad8abdd7fd584b26c55918 /pimd/pim_addr.c | |
| parent | 356f95a8908174cd2b10e2365eee5a0eae89dcb0 (diff) | |
| parent | ae449dc594e837eaf7eb36de37097d59ad586280 (diff) | |
Merge pull request #10400 from opensourcerouting/pim6-compilefix
pim6d: get running with ipv6 types throughout
Diffstat (limited to 'pimd/pim_addr.c')
| -rw-r--r-- | pimd/pim_addr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_addr.c b/pimd/pim_addr.c index 2a6b4fe20f..6ba0947c2f 100644 --- a/pimd/pim_addr.c +++ b/pimd/pim_addr.c @@ -44,9 +44,6 @@ static ssize_t printfrr_pimaddr(struct fbuf *buf, struct printfrr_eargs *ea, #if PIM_IPV == 4 return bprintfrr(buf, "%pI4", addr); -#elif !defined(PIM_V6_TEMP_BREAK) - CPP_NOTICE("note IPv6 typing for pim_addr is temporarily disabled."); - return bprintfrr(buf, "%pI4", addr); #else return bprintfrr(buf, "%pI6", addr); #endif |
