summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorhasso <hasso>2004-06-12 15:23:08 +0000
committerhasso <hasso>2004-06-12 15:23:08 +0000
commit74bcbed6e0979c42ca4681eb488ce30d4063d075 (patch)
tree1e2b23b4c4737240083739f2784db5a2cad23ef2 /RELEASE-NOTES
parentca7769881ffb700c86b606ead5f4177df3c0b2a1 (diff)
We are going to change some stuff in incompatible way, so it's good idea to
document this stuff. Nobody reads loooong changelog ;).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
new file mode 100644
index 00000000..56577989
--- /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.
+