From 53c997c90d7e20313bfb07d15d83b782d7a6530e Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 15 Sep 2004 16:21:59 +0000 Subject: Second part of fixes from Laurent Rabret. --- isisd/isisd.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'isisd/isisd.c') diff --git a/isisd/isisd.c b/isisd/isisd.c index 3c499dc3..3fbed0be 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c @@ -1901,6 +1901,19 @@ isis_config_write (struct vty *vty) write++; } } + /* Authentication passwords. */ + if (area->area_passwd.len > 0) + { + vty_out(vty, " area-password %s%s", + area->area_passwd.passwd, VTY_NEWLINE); + write++; + } + if (area->domain_passwd.len > 0) + { + vty_out(vty, " domain-password %s%s", + area->domain_passwd.passwd, VTY_NEWLINE); + write++; + } #ifdef TOPOLOGY_GENERATE /* seems we save the whole command line here */ if (area->top_params) -- cgit v1.2.1