diff options
author | Reuben Dowle <reuben.dowle@4rf.com> | 2021-03-02 04:34:15 +0100 |
---|---|---|
committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-04-05 23:23:42 +0200 |
commit | 0f8595a9f427165fac9d57e6a7d4df61fbdbd68c (patch) | |
tree | b3a32c830e78ffde59036a14411a0ec19cb2318d /nhrpd/nhrpd.h | |
parent | nhrpd: Use correct printf format specifier (diff) | |
download | frr-0f8595a9f427165fac9d57e6a7d4df61fbdbd68c.tar.xz frr-0f8595a9f427165fac9d57e6a7d4df61fbdbd68c.zip |
nhrpd: Fix style violation issues
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/nhrpd.h')
-rw-r--r-- | nhrpd/nhrpd.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 1d0d99915..db7828f71 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -359,12 +359,14 @@ void nhrp_nhs_foreach(struct interface *ifp, afi_t afi, void *ctx); void nhrp_nhs_interface_del(struct interface *ifp); -int nhrp_multicast_add(struct interface *ifp, afi_t afi, union sockunion *nbma_addr); -int nhrp_multicast_del(struct interface *ifp, afi_t afi, union sockunion *nbma_addr); +int nhrp_multicast_add(struct interface *ifp, afi_t afi, + union sockunion *nbma_addr); +int nhrp_multicast_del(struct interface *ifp, afi_t afi, + union sockunion *nbma_addr); void nhrp_multicast_interface_del(struct interface *ifp); void nhrp_multicast_foreach(struct interface *ifp, afi_t afi, - void (*cb)(struct nhrp_multicast *, void *), - void *ctx); + void (*cb)(struct nhrp_multicast *, void *), + void *ctx); void nhrp_route_update_nhrp(const struct prefix *p, struct interface *ifp); void nhrp_route_announce(int add, enum nhrp_cache_type type, |