diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-01-14 14:15:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-14 14:15:03 -0500 |
| commit | 25c44cf5de2a71c771996e7703819decf4299b18 (patch) | |
| tree | 9b9db8cbe2520456c6964f6028144c1769572e47 /lib/srcdest_table.c | |
| parent | cce7c33396e8b30f92e3474860f78d0e21d01a57 (diff) | |
| parent | 54929fd38a352bd8096383a7aa65cc89e0c8ab0c (diff) | |
Merge pull request #10339 from opensourcerouting/printfrr-20220114
lib: printfrr shenanigans
Diffstat (limited to 'lib/srcdest_table.c')
| -rw-r--r-- | lib/srcdest_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srcdest_table.c b/lib/srcdest_table.c index d2e0682e95..828cf2cce0 100644 --- a/lib/srcdest_table.c +++ b/lib/srcdest_table.c @@ -306,7 +306,7 @@ const char *srcdest_rnode2str(const struct route_node *rn, char *str, int size) return srcdest2str(dst_p, (const struct prefix_ipv6 *)src_p, str, size); } -printfrr_ext_autoreg_p("RN", printfrr_rn) +printfrr_ext_autoreg_p("RN", printfrr_rn); static ssize_t printfrr_rn(struct fbuf *buf, struct printfrr_eargs *ea, const void *ptr) { |
