v0.16.1
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.1
What's Changed
- port: hash inner packet fields by default by @maxime-leroy in #630
- nexthop: fix error when changing max count by @rjarry in #631
- frr: only redirect to VXLAN for remote L3 nexthops by @zeeke in #632
- frr: fix EVPN type-5 forwarding for IPv6 prefixes by @zeeke in #633
- cli: add JSON output support for errors and warnings by @rjarry in #636
- Fix L3VNI mapping and restrict to one VXLAN per VRF by @rjarry in #638
- frr: fix race between grout_ns_reset and grout_sync at startup by @rjarry in #637
- L3vpn ipv6 fix by @rjarry in #639
- devtools: make build reproducible by @rjarry in #643
- Frr man by @rjarry in #644
Full Changelog: v0.16.0...v0.16.1