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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
During my attempts to setup a vxlan interface with ipv6 local address I stumbled upon netlink errors where the payload message had Local([bytes here]) instead of Local6([...]).
Tracked it down to the code below, where IFLA_VXLAN_LOCAL should be IFLA_VXLAN_LOCAL6 for the Local6() enum variant.
During my attempts to setup a vxlan interface with ipv6 local address I stumbled upon netlink errors where the payload message had Local([bytes here]) instead of Local6([...]).
Tracked it down to the code below, where IFLA_VXLAN_LOCAL should be IFLA_VXLAN_LOCAL6 for the Local6() enum variant.
netlink/netlink-packet-route/src/rtnl/link/nlas/link_infos.rs
Lines 608 to 609 in 18c8289
The text was updated successfully, but these errors were encountered: