summaryrefslogtreecommitdiff
path: root/bgpd/rfapi/vnc_import_bgp_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/rfapi/vnc_import_bgp_p.h')
-rw-r--r--bgpd/rfapi/vnc_import_bgp_p.h28
1 files changed, 11 insertions, 17 deletions
diff --git a/bgpd/rfapi/vnc_import_bgp_p.h b/bgpd/rfapi/vnc_import_bgp_p.h
index 19bcd19253..b38fa2276a 100644
--- a/bgpd/rfapi/vnc_import_bgp_p.h
+++ b/bgpd/rfapi/vnc_import_bgp_p.h
@@ -1,4 +1,4 @@
-/*
+/*
*
* Copyright 2009-2016, LabN Consulting, L.L.C.
*
@@ -27,24 +27,18 @@
#include "bgpd/bgpd.h"
#include "bgpd/bgp_route.h"
-extern void
-vnc_import_bgp_exterior_add_route_interior (
- struct bgp *bgp,
- struct rfapi_import_table *it,
- struct route_node *rn_interior, /* VPN IT node */
- struct bgp_info *bi_interior); /* VPN IT route */
+extern void vnc_import_bgp_exterior_add_route_interior(
+ struct bgp *bgp, struct rfapi_import_table *it,
+ struct route_node *rn_interior, /* VPN IT node */
+ struct bgp_info *bi_interior); /* VPN IT route */
-extern void
-vnc_import_bgp_exterior_del_route_interior (
- struct bgp *bgp,
- struct rfapi_import_table *it,
- struct route_node *rn_interior, /* VPN IT node */
- struct bgp_info *bi_interior); /* VPN IT route */
+extern void vnc_import_bgp_exterior_del_route_interior(
+ struct bgp *bgp, struct rfapi_import_table *it,
+ struct route_node *rn_interior, /* VPN IT node */
+ struct bgp_info *bi_interior); /* VPN IT route */
extern void
-vnc_import_bgp_exterior_redist_enable_it (
- struct bgp *bgp,
- afi_t afi,
- struct rfapi_import_table *it_only);
+vnc_import_bgp_exterior_redist_enable_it(struct bgp *bgp, afi_t afi,
+ struct rfapi_import_table *it_only);
#endif /* _QUAGGA_RFAPI_VNC_IMPORT_BGP_P_H_ */