summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls.h
diff options
context:
space:
mode:
authorDmytro Shytyi <dmytro.shytyi@6wind.com>2024-06-05 14:37:59 +0200
committerDmytro Shytyi <dmytro.shytyi@6wind.com>2024-06-07 12:33:48 +0200
commitf62ee81d1e25f71f7374afc38037c5e243eb1514 (patch)
tree988830dcf6d45e12534c531b45cee2e0cec3e1d9 /zebra/zebra_mpls.h
parent229da537e6927ee01abdf11424722c423e57994f (diff)
zebra: return void zebra_mpls_lsp_install
zebra_mpls_lsp_install() returned integer is never checked. Return void instead. Signed-off-by: Dmytro Shytyi <dmytro.shytyi@6wind.com>
Diffstat (limited to 'zebra/zebra_mpls.h')
-rw-r--r--zebra/zebra_mpls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h
index 1f97c94347..27f5bdbc46 100644
--- a/zebra/zebra_mpls.h
+++ b/zebra/zebra_mpls.h
@@ -146,7 +146,7 @@ int zebra_mpls_write_label_block_config(struct vty *vty, struct zebra_vrf *vrf);
/*
* Install dynamic LSP entry.
*/
-int zebra_mpls_lsp_install(struct zebra_vrf *zvrf, struct route_node *rn,
+void zebra_mpls_lsp_install(struct zebra_vrf *zvrf, struct route_node *rn,
struct route_entry *re);
/*