summaryrefslogtreecommitdiff
path: root/vtysh/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2008-07-02 13:40:33 +0000
committerPaul Jakma <paul.jakma@sun.com>2008-07-02 13:40:33 +0000
commit320da874d75acb7d0cb69c531ee6255e63fe0336 (patch)
tree063cceec70b3d71ef65a957956088f06d6b5bbe5 /vtysh/ChangeLog
parentb608d5b5ac469d47072aedd573e5d3475f4d9cf4 (diff)
[vty] CMD_AS_RANGE accidently quoted and so not expanded in vty
2008-07-02 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp> * *.c: CMD_AS_RANGE was being used inside command strings, and thus not being expanded, fix by dequoting.
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r--vtysh/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog
index de62763c..c067b784 100644
--- a/vtysh/ChangeLog
+++ b/vtysh/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-02 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp>
+
+ * CMD_AS_RANGE was being used inside command strings, and thus
+ not being expanded, fix by dequoting.
+
2007-06-20 Nicolas Deffayet <nicolas@deffayet.com>
* vtysh.c: (vtysh_write_terminal) Write 'end' when done,