-
-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Milestone
Description
Is there an existing issue for this?
- There is no existing issue for this bug
Is this happening on an up to date version of Incus?
- This is happening on a supported version of Incus
Incus system details
Version 6.15
Instance details
No response
Instance log
No response
Current behavior
Tap interfaces are created without vrf master interface:
devices:
enp5s0:
ipv4.address: 10.128.3.0
ipv6.address: 2a13:dd85:310:3::0
mtu: '1500'
nictype: routed
type: nic
vrf: dc_services
tap41b45490: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
Expected behavior
Tap interfaces are created with vrf master interface:
tap41b45490: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master dc_services state UP group default qlen 1000
Steps to reproduce
- Create vrf interface
- Configure VM to use routed NIC with vrf
The problem was introduced in #1978 by @gwenya
For tuntap the Master
parameter still exists but isn't used anymore.
For containers/veth it works.
Metadata
Metadata
Assignees
Labels
No labels