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
API break: link: Changing InfoIpTunnel::CollectMetadata(bool) to CollectMetadata
The `IFLA_IPTUN_COLLECT_METADATA` is zero length flag attribute,
existence means true. Hence the old code `CollectMetadata(false)` will
never take effect.
Signed-off-by: Gris Ge <cnfourt@gmail.com>
0 commit comments