]> git.puffer.fish Git - matthieu/frr.git/commitdiff
We are going to change some stuff in incompatible way, so it's good idea to
authorhasso <hasso>
Sat, 12 Jun 2004 15:23:08 +0000 (15:23 +0000)
committerhasso <hasso>
Sat, 12 Jun 2004 15:23:08 +0000 (15:23 +0000)
document this stuff. Nobody reads loooong changelog ;).

RELEASE-NOTES [new file with mode: 0644]

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
new file mode 100644 (file)
index 0000000..5657798
--- /dev/null
@@ -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.
+