diff options
author | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:03:14 +0200 |
---|---|---|
committer | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:04:07 +0200 |
commit | d62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch) | |
tree | 3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /bgpd/bgp_nht.h | |
parent | *: add indent control files (diff) | |
download | frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.tar.xz frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.zip |
*: reindentreindent-master-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_nht.h')
-rw-r--r-- | bgpd/bgp_nht.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bgpd/bgp_nht.h b/bgpd/bgp_nht.h index 3497dc856..f649bb225 100644 --- a/bgpd/bgp_nht.h +++ b/bgpd/bgp_nht.h @@ -45,8 +45,8 @@ extern int bgp_find_nexthop(struct bgp_info *p, int connected); * peer - The BGP peer associated with this NHT * connected - True if NH MUST be a connected route */ -extern int bgp_find_or_add_nexthop(struct bgp *bgp, afi_t a, - struct bgp_info *p, struct peer *peer, int connected); +extern int bgp_find_or_add_nexthop(struct bgp *bgp, afi_t a, struct bgp_info *p, + struct peer *peer, int connected); /** * bgp_unlink_nexthop() - Unlink the nexthop object from the path structure. @@ -54,7 +54,7 @@ extern int bgp_find_or_add_nexthop(struct bgp *bgp, afi_t a, * p - path structure. */ extern void bgp_unlink_nexthop(struct bgp_info *p); -void bgp_unlink_nexthop_by_peer (struct peer *); +void bgp_unlink_nexthop_by_peer(struct peer *); /** * bgp_delete_connected_nexthop() - Reset the 'peer' pointer for a connected @@ -64,6 +64,6 @@ void bgp_unlink_nexthop_by_peer (struct peer *); * afi - afi: AFI_IP or AF_IP6 * peer - Ptr to peer */ -extern void bgp_delete_connected_nexthop (afi_t afi, struct peer *peer); +extern void bgp_delete_connected_nexthop(afi_t afi, struct peer *peer); #endif /* _BGP_NHT_H */ |