summaryrefslogtreecommitdiffstats
path: root/isisd/isis_spf.c
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2018-03-22 15:01:08 +0100
committerChristian Franke <chris@opensourcerouting.org>2018-09-05 11:38:12 +0200
commit7c0cbd0e8879ef85469cd2da606cdabdb374cf01 (patch)
tree8999de060c8affdb9cb2e476369d5238524fae7c /isisd/isis_spf.c
parentMerge pull request #2971 from qlyoung/misc-doc-updates (diff)
downloadfrr-7c0cbd0e8879ef85469cd2da606cdabdb374cf01.tar.xz
frr-7c0cbd0e8879ef85469cd2da606cdabdb374cf01.zip
fabricd: add new daemon as build of isisd
fabricd is built using the sources of isisd. To allow differentiation in the code, -DFABRICD=1 is added to its preprocessor flags. Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_spf.c')
-rw-r--r--isisd/isis_spf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_spf.c b/isisd/isis_spf.c
index 341921146..317e278e8 100644
--- a/isisd/isis_spf.c
+++ b/isisd/isis_spf.c
@@ -1617,9 +1617,9 @@ static void isis_print_spftree(struct vty *vty, int level,
DEFUN (show_isis_topology,
show_isis_topology_cmd,
- "show isis topology [<level-1|level-2>]",
+ "show " PROTO_NAME " topology [<level-1|level-2>]",
SHOW_STR
- "IS-IS information\n"
+ PROTO_HELP
"IS-IS paths to Intermediate Systems\n"
"Paths to all level-1 routers in the area\n"
"Paths to all level-2 routers in the domain\n")