diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2022-01-14 20:15:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 20:15:03 +0100 |
commit | 25c44cf5de2a71c771996e7703819decf4299b18 (patch) | |
tree | 9b9db8cbe2520456c6964f6028144c1769572e47 /bgpd | |
parent | Merge pull request #10335 from ton31337/fix/reduce_nesting_show_neighbor_bgp (diff) | |
parent | *: use semicolon after printfrr_ext_autoreg_{p,d} (diff) | |
download | frr-25c44cf5de2a71c771996e7703819decf4299b18.tar.xz frr-25c44cf5de2a71c771996e7703819decf4299b18.zip |
Merge pull request #10339 from opensourcerouting/printfrr-20220114
lib: printfrr shenanigans
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/bgp_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_table.c b/bgpd/bgp_table.c index 4ed8c7c59..0ca78d0bb 100644 --- a/bgpd/bgp_table.c +++ b/bgpd/bgp_table.c @@ -237,7 +237,7 @@ struct bgp_node *bgp_table_subtree_lookup(const struct bgp_table *table, return matched; } -printfrr_ext_autoreg_p("BD", printfrr_bd) +printfrr_ext_autoreg_p("BD", printfrr_bd); static ssize_t printfrr_bd(struct fbuf *buf, struct printfrr_eargs *ea, const void *ptr) { |