diff options
author | hasso <hasso> | 2004-05-18 11:58:59 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-18 11:58:59 +0000 |
commit | 3e31cded7fd9b6a1bac06de2ee2e875a5c40074c (patch) | |
tree | 49a63589ef2dd12a3845aa2f5cc9042d44be7ab3 /zebra/ChangeLog | |
parent | 4134ceb7f4a5177e90e77668ec1e1d2b8a17ea72 (diff) |
Router advertisement cleanup. Removed compatibility command because it's
very annoying to have both obsolete "prefix-advertisement" and "prefix" in
completion. We will break configuration anyway with secondary cleanup, so
just remember mention it in release notes.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 1b1e1a99..04619aeb 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,12 @@ +2004-05-18 Hasso Tepper <hasso@estpak.ee> + + * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd + prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of + "ipv6 nd prefix" command to allow various combinations of parameters + and flags. No defaults in configuration. Replaced on-link and + autoconfig with off-link and no-autoconfig flags in command syntax. + Cosmetic fixes in all commands. Documentation to reflect all changes. + 2004-05-11 Paul Jakma <paul@dishone.st> * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch. |