You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Release Notes
2
2
3
+
## v1.17.2
4
+
5
+
* Fixed a bug from v1.16.0 where the default mtu detection might consult the wrong routing table and as such pick the incorrect mtu. ([#1381](https://github.com/containers/netavark/issues/1381))
6
+
* If the bridge driver is configured to use an vrf interface then pick the routing table from that vrf instead for the mtu detection.
7
+
* Fixed a bug in the netlink code which may result in unexpected EINVAL errors due an incorrect netlink message serialization.
8
+
3
9
## v1.17.1
4
10
5
11
* Fixes a regression where the DHCP proxy would fail when no Renewal or Rebinding time was included in the DHCP message. ([#1368](https://github.com/containers/netavark/issues/1368))
0 commit comments