mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 13:27:53 +00:00
isisd: clarify ifdef fabricd
clarify ifdef fabricd Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
72b295f640
commit
06ddebc822
@ -3791,7 +3791,8 @@ struct cmd_node router_node = {
|
|||||||
.prompt = "%s(config-router)# ",
|
.prompt = "%s(config-router)# ",
|
||||||
.config_write = isis_config_write,
|
.config_write = isis_config_write,
|
||||||
};
|
};
|
||||||
#else
|
#endif /* ifdef FABRICD */
|
||||||
|
#ifndef FABRICD
|
||||||
/* IS-IS configuration write function */
|
/* IS-IS configuration write function */
|
||||||
static int isis_config_write(struct vty *vty)
|
static int isis_config_write(struct vty *vty)
|
||||||
{
|
{
|
||||||
@ -3821,7 +3822,7 @@ struct cmd_node isis_flex_algo_node = {
|
|||||||
.parent_node = ISIS_NODE,
|
.parent_node = ISIS_NODE,
|
||||||
.prompt = "%s(config-router-flex-algo)# ",
|
.prompt = "%s(config-router-flex-algo)# ",
|
||||||
};
|
};
|
||||||
#endif /* ifdef FABRICD */
|
#endif /* ifdnef FABRICD */
|
||||||
|
|
||||||
void isis_init(void)
|
void isis_init(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user