summaryrefslogtreecommitdiffstats
path: root/lib/nexthop.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-01-14 11:56:25 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2022-01-14 13:33:57 +0100
commit54929fd38a352bd8096383a7aa65cc89e0c8ab0c (patch)
tree3e3329dcf5951b154f01259c339cf2e91627cfe2 /lib/nexthop.c
parentlib: add `%pTH` / `%pTHD` for printing thread info (diff)
downloadfrr-54929fd38a352bd8096383a7aa65cc89e0c8ab0c.tar.xz
frr-54929fd38a352bd8096383a7aa65cc89e0c8ab0c.zip
*: use semicolon after printfrr_ext_autoreg_{p,d}
Mostly to make clang-format not format these to peak ugly. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/nexthop.c')
-rw-r--r--lib/nexthop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nexthop.c b/lib/nexthop.c
index 2e09cb4bc..e17eeb830 100644
--- a/lib/nexthop.c
+++ b/lib/nexthop.c
@@ -943,7 +943,7 @@ int nexthop_str2backups(const char *str, int *num_backups,
* eth0
* (0-length if no interface present)
*/
-printfrr_ext_autoreg_p("NH", printfrr_nh)
+printfrr_ext_autoreg_p("NH", printfrr_nh);
static ssize_t printfrr_nh(struct fbuf *buf, struct printfrr_eargs *ea,
const void *ptr)
{