diff options
author | paul <paul> | 2005-11-12 22:36:41 +0000 |
---|---|---|
committer | paul <paul> | 2005-11-12 22:36:41 +0000 |
commit | db29ae5fcaee1d2de371415e351afe6c3df19874 (patch) | |
tree | 616eb06aa27c650c064d07d84dbebb95485ec258 /lib/ChangeLog | |
parent | 58e1befe5fbd6eade52a1536acb49ea4b4fc5837 (diff) |
[lib] 'show route-map' should print call action seperate from exit policy
2005-11-12 Paul Jakma <paul.jakma@sun.com>
* routemap.c: (vty_show_route_map_entry) call action is
seperate from exit action, latter should still be printed
regardless of whether a call is specified.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index c0c84167..106de477 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-11-12 Paul Jakma <paul.jakma@sun.com> + + * routemap.c: (vty_show_route_map_entry) call action is + seperate from exit action, latter should still be printed + regardless of whether a call is specified. + 2005-11-03 Paul Jakma <paul.jakma@sun.com> * zebra.h: BSD BYTE_ORDER define isn't available everywhere, |