summaryrefslogtreecommitdiff
path: root/zebra/label_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/label_manager.h')
-rw-r--r--zebra/label_manager.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/zebra/label_manager.h b/zebra/label_manager.h
index fd0b3b549b..295575cd8c 100644
--- a/zebra/label_manager.h
+++ b/zebra/label_manager.h
@@ -48,8 +48,8 @@ struct label_manager_chunk {
u_char proto;
u_short instance;
u_char keep;
- uint32_t start; /* First label of the chunk */
- uint32_t end; /* Last label of the chunk */
+ uint32_t start; /* First label of the chunk */
+ uint32_t end; /* Last label of the chunk */
};
/*
@@ -62,7 +62,8 @@ struct label_manager {
bool lm_is_external;
-int zread_relay_label_manager_request(int cmd, struct zserv *zserv, vrf_id_t vrf_id);
+int zread_relay_label_manager_request(int cmd, struct zserv *zserv,
+ vrf_id_t vrf_id);
void label_manager_init(char *lm_zserv_path);
struct label_manager_chunk *assign_label_chunk(u_char proto, u_short instance,
u_char keep, uint32_t size);
@@ -71,4 +72,4 @@ int release_label_chunk(u_char proto, u_short instance, uint32_t start,
int release_daemon_chunks(u_char proto, u_short instance);
void label_manager_close(void);
-#endif /* _LABEL_MANAGER_H */
+#endif /* _LABEL_MANAGER_H */