Container image:
podman run --rm --name grout \
--device /dev/net/tun --device /dev/vfio \
-v /dev/hugepages:/dev/hugepages \
--cap-add NET_ADMIN,IPC_LOCK \
quay.io/grout/grout:0.16.2
What's Changed
- Fix frr auto detect by @maxime-leroy in #646
- cli: fix ping response time display by @rjarry in #647
- rpm: fix build without systemd by @rjarry in #649
- Frr version updates by @rjarry in #648
- srv6: add per-nexthop encap source address by @rjarry in #642
- ctlplane: set loose reverse path filtering on TAP representors by @rjarry in #640
- l2: push bridge mac address to members by @david-marchand in #650
- fdb: also program mac in hw when an entry is updated by @rjarry in #652
- l2: program all fdb entries in bridge ports by @rjarry in #653
Full Changelog: v0.16.1...v0.16.2