summaryrefslogtreecommitdiffstats
path: root/vtysh/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2002-12-13 20:49:00 +0000
committerpaul <paul>2002-12-13 20:49:00 +0000
commit6bbcdcc38c625a1abcb9030b1de9c0e2b00edcd1 (patch)
tree1fb9789f3f211ffec962138087461030972f0161 /vtysh/ChangeLog
parent85f97d27207a5a29357da0c8a6abe8e48bf8ea2c (diff)
downloadquagga-6bbcdcc38c625a1abcb9030b1de9c0e2b00edcd1.tar.bz2
quagga-6bbcdcc38c625a1abcb9030b1de9c0e2b00edcd1.tar.xz
Added vtysh patch to allow 'write file' command to write eitherpatch.z15554.vtysh.writeconf
per-daemon and/or integrated config file
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r--vtysh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog
index 5818d5c0..701101ad 100644
--- a/vtysh/ChangeLog
+++ b/vtysh/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-30 Paul Jakma <paulzebra@rs250.org>
+
+ * vtysh.c: add 'write-config (integrated|daemon)' option
+ to specifiy whether write config commands should write
+ integrated Zebra.conf file and/or per daemon files.
+ Defaults to per daemon, unless this is turned off.
+
2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
* zebra-0.93 released.