Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #239 from little-dude/fix-issue-236
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude authored Feb 20, 2022
2 parents 913e8ce + b808fb4 commit 218ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlink-packet-route/src/rtnl/link/nlas/link_infos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ impl Nla for InfoVxlan {
Group6(_) => IFLA_VXLAN_GROUP6,
Link(_) => IFLA_VXLAN_LINK,
Local(_) => IFLA_VXLAN_LOCAL,
Local6(_) => IFLA_VXLAN_LOCAL,
Local6(_) => IFLA_VXLAN_LOCAL6,
Tos(_) => IFLA_VXLAN_TOS,
Ttl(_) => IFLA_VXLAN_TTL,
Label(_) => IFLA_VXLAN_LABEL,
Expand Down

0 comments on commit 218ecba

Please sign in to comment.