summaryrefslogtreecommitdiff
path: root/zebra/zebra_srv6.h
diff options
context:
space:
mode:
authorHiroki Shirokura <slank.dev@gmail.com>2021-02-24 10:47:05 +0000
committerMark Stapp <mjs@voltanet.io>2021-06-02 10:24:48 -0400
commit4df9d8592b1631e6cb50e291cab1ff7486467a3d (patch)
treeb9a5a34549e37434b4be3c9657ab55b17b21d095 /zebra/zebra_srv6.h
parentc5a044e0551fc607fdfe950ddefcc351d8a4f15d (diff)
*: fix code format accourding to checkpatch
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'zebra/zebra_srv6.h')
-rw-r--r--zebra/zebra_srv6.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_srv6.h b/zebra/zebra_srv6.h
index 751cee6e70..84fcc305bc 100644
--- a/zebra/zebra_srv6.h
+++ b/zebra/zebra_srv6.h
@@ -65,7 +65,8 @@ extern void zebra_srv6_init(void);
extern struct zebra_srv6 *zebra_srv6_get_default(void);
extern bool zebra_srv6_is_enable(void);
-extern void srv6_manager_client_connect_call(struct zserv *client, vrf_id_t vrf_id);
+extern void srv6_manager_client_connect_call(struct zserv *client,
+ vrf_id_t vrf_id);
extern void srv6_manager_get_locator_chunk_call(struct srv6_locator **loc,
struct zserv *client,
const char *locator_name,