diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-07-03 19:34:48 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2008-07-03 19:34:48 +0000 |
commit | 10895fd6c8f7383786f5a03cf99c0a796792ba1d (patch) | |
tree | 803907d4ada28b762b0d24533cdd7ab7cec21ecb /vtysh/ChangeLog | |
parent | 320da874d75acb7d0cb69c531ee6255e63fe0336 (diff) |
[vtysh] small fix to previous CMD_AS_RANGE patch, and add missing command
2008-07-03 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp>
* extract.pl.in: Fix as-range to match CPP output.
* vtysh.c: Add missing router_bgp_view_cmd alias.
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index c067b784..af55c6f2 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,8 @@ +2008-07-03 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp> + + * extract.pl.in: Fix as-range to match CPP output. + * vtysh.c: Add missing router_bgp_view_cmd alias. + 2008-07-02 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp> * CMD_AS_RANGE was being used inside command strings, and thus |