Commits
gdt authored 79683de8c64
1 1 | * Changes in Quagga 0.96.6 |
2 2 | |
3 + | - All libraries are built and used shared, on platforms where libtool |
4 + | supports shared libraries. |
5 + | |
3 6 | - Router advertisement syntax is changed. In usual cases (if you didn't do |
4 7 | any fancy stuff) it's enough to change lines in configuration from: |
5 8 | "ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link" |
6 9 | to: |
7 10 | "ipv6 nd prefix X:X:X:X::/X" |
8 11 | |
9 12 | All router advertisement options are documented in texi documentation. |
10 13 | |
11 14 | - --enable-nssa configure switch is removed. NSSA support is stable enough. |
12 15 | |