A new version of FRRouting is available – a software package for building routers based on Linux or BSD systems.
Key changes in this version:
- In the built-in implementation of the multicast routing daemon pimd, filtering of MSDP SA messages has now been implemented, which is used in inter-provider interactions via multicast.
- An automatic RP discovery setting is available.
- In the built-in implementation of pim, authentication via MD5 in the MSDP protocol is available.
- In the implementation of multicast routing, a candidate RP is available.
- The multicast routing daemon implementation includes support for igmp proxy.
- In the built-in implementation of BGP, automatic neighbor autonomous system discovery is available via the auto parameter, see the example below.
It should also be noted that when configuring the multicast routing daemon, the configuration must start with router pim.
Example:
router bgp 2222 neighbor 169.254.5.1 remote-as auto address-family ipv4 unicast network 22.22.22.0/24
Source: linux.org.ru
