netdevsim: support the static IANA VXLAN port flag
Allow setting UDP_TUNNEL_NIC_INFO_STATIC_IANA_VXLAN. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b20e6c17c4
commit
dda751731e
2 changed files with 5 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ struct nsim_dev {
|
|||
bool open_only;
|
||||
bool ipv4_only;
|
||||
bool shared;
|
||||
bool static_iana_vxlan;
|
||||
u32 sleep;
|
||||
} udp_ports;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue