summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.h
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-07-28 17:23:29 +0200
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-07-28 17:08:49 +0200
commit6754fc66505e38338d15f323d2f2dc1afafee8f3 (patch)
treeeba523868ab30e3e73f611c49d74fe7c702f427e /isisd/isisd.h
parentisisd: API: timers (IIH, CSNP, PSNP) (diff)
downloadfrr-6754fc66505e38338d15f323d2f2dc1afafee8f3.tar.xz
frr-6754fc66505e38338d15f323d2f2dc1afafee8f3.zip
isisd: API: LSP-MTU & area level
Yet more CLI functions in isis_vty.c using more nice setters. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r--isisd/isisd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h
index b3a61d108..7a4575652 100644
--- a/isisd/isisd.h
+++ b/isisd/isisd.h
@@ -148,6 +148,8 @@ void isis_area_attached_bit_set(struct isis_area *area, bool attached_bit);
void isis_area_dynhostname_set(struct isis_area *area, bool dynhostname);
void isis_area_metricstyle_set(struct isis_area *area, bool old_metric,
bool new_metric);
+void isis_area_lsp_mtu_set(struct isis_area *area, unsigned int lsp_mtu);
+void isis_area_is_type_set(struct isis_area *area, int is_type);
void isis_vty_init (void);