Skip to content

Commit 72fcf42

Browse files
eqvinoxdonaldsharp
authored andcommitted
release: 0.99.24
1 parent c3a9461 commit 72fcf42

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

NEWS

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
Note: this file lists major user-visible changes only.
22

3+
* Changes in Quagga 0.99.24
4+
5+
User-visible changes:
6+
- [pimd] New daemon: pimd provides IPv4 PIM-SSM multicast routing.
7+
- [bgpd] New feature: "next-hop-self all" to override nexthop on iBGP route
8+
reflector setups.
9+
- [bgpd] route-maps have a new action "set ipv6 next-hop peer-address"
10+
- [bgpd] route-maps have a new action "set as-path prepend last-as"
11+
- [bgpd] Update validity checking (particularly MP-BGP / IPv6 routes) was
12+
touched up significantly. Please report possible bugs.
13+
- [ripd] New feature: RIP for IPv4 now supports equal-cost multipath (ECMP)
14+
- [zebra] Multicast RIB support has been extended. It still is IPv4 only.
15+
- [zebra] "no link-detect" is now printed in configurations since it won't
16+
be the default anymore soon. To retain current behaviour, re-save your
17+
configuration after updating to 0.99.24.
18+
19+
Distributor-visible changes:
20+
- --enable-pimd is added to enable pimd. It is considered experimental, though
21+
unless the distribution target is embedded systems with little flash, there
22+
is no reason to not include it in packages.
23+
- --disable-ipv6 no longer exists as an option. It's 2015, your C library
24+
really needs to have IPv6 support by now.
25+
- --disable-netlink no longer exists as an option. It didn't work anyway.
26+
- --disable-solaris no longer exists as an option. It only controlled some
27+
init scripts.
28+
- --enable-isisd is now the default.
29+
- mrlg.cgi is no longer included (it was severely outdated). It can be found
30+
independently at http://mrlg.op-sec.us/
31+
- build on Linux with the musl C library should now work
32+
333
* Changes in Quagga 0.99.23
434

535
Known issues:

0 commit comments

Comments
 (0)