summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_vty.c
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2021-03-28 23:21:16 +0200
committerReuben Dowle <reuben.dowle@4rf.com>2021-03-28 23:21:16 +0200
commit0551aeadff3551ac46b1403094b94e42e2949d9b (patch)
tree94b503d561f4c51c7cf468d2c5f4870d8eb40211 /nhrpd/nhrp_vty.c
parentnhrpd: Display post-nat NBMA for local addresses (diff)
downloadfrr-0551aeadff3551ac46b1403094b94e42e2949d9b.tar.xz
frr-0551aeadff3551ac46b1403094b94e42e2949d9b.zip
nhrpd: Make some debug prints more informative
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/nhrp_vty.c')
-rw-r--r--nhrpd/nhrp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_vty.c b/nhrpd/nhrp_vty.c
index a634d2df1..b91c97f3b 100644
--- a/nhrpd/nhrp_vty.c
+++ b/nhrpd/nhrp_vty.c
@@ -669,7 +669,7 @@ static void show_ip_nhrp_cache(struct nhrp_cache *c, void *pctx)
if (c->cur.peer
&& sockunion_family(&c->cur.remote_nbma_claimed)
- != AF_UNSPEC)
+ != AF_UNSPEC)
sockunion2str(&c->cur.remote_nbma_claimed,
buf[2], sizeof(buf[2]));
else