summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.c
diff options
context:
space:
mode:
authorhasso <hasso>2003-12-23 11:51:08 +0000
committerhasso <hasso>2003-12-23 11:51:08 +0000
commit059feb1c7e42ca29dede49b00c1073baf68b19b9 (patch)
treef784c66644dfb367b2c7237960f262a85cb5ad57 /isisd/isisd.c
parentf8a631db73dcac5fe49305ff0c420617d97e102d (diff)
downloadquagga-059feb1c7e42ca29dede49b00c1073baf68b19b9.tar.bz2
quagga-059feb1c7e42ca29dede49b00c1073baf68b19b9.tar.xz
Some fixes to isisd done by me and Cougar in the spring of 2003. See
changelog for details.
Diffstat (limited to 'isisd/isisd.c')
-rw-r--r--isisd/isisd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c
index 3b8a0a62..135acf0e 100644
--- a/isisd/isisd.c
+++ b/isisd/isisd.c
@@ -1419,7 +1419,7 @@ DEFUN (no_dynamic_hostname,
DEFUN (spf_interval,
spf_interval_cmd,
"spf-interval <1-120>",
- "Minimum interval between SPF calculations"
+ "Minimum interval between SPF calculations\n"
"Minimum interval between consecutive SPFs in seconds\n")
{
struct isis_area *area;
@@ -1936,7 +1936,7 @@ isis_config_write (struct vty *vty)
struct cmd_node isis_node =
{
ISIS_NODE,
- "%s(config_router)# ",
+ "%s(config-router)# ",
1
};