From: hasso Date: Sat, 12 Jun 2004 15:23:08 +0000 (+0000) Subject: We are going to change some stuff in incompatible way, so it's good idea to X-Git-Tag: frr-2.0-rc1~3687 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=74bcbed6e0979c42ca4681eb488ce30d4063d075;p=matthieu%2Ffrr.git We are going to change some stuff in incompatible way, so it's good idea to document this stuff. Nobody reads loooong changelog ;). --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES new file mode 100644 index 0000000000..565779898d --- /dev/null +++ b/RELEASE-NOTES @@ -0,0 +1,10 @@ +quagga-0.97.0 + +* Router advertisement syntax is changed. In usual cases (if you didn't do + any fancy stuff) it's enough to change lines in configuration from: + "ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link" + to: + "ipv6 nd prefix X:X:X:X::/X" + + All router advertisement options are documented in texi documentation. +