Skip to content

Commit

Permalink
status: add vlan to list of interface types
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloegea committed Jul 25, 2023
1 parent 497f541 commit 2c21826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netplan/cli/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def type(self) -> str:
'wireguard': 'tunnel',
'wlan': 'wifi',
'wwan': 'modem',
'vlan': 'vlan',
'vrf': 'vrf',
'vxlan': 'tunnel',
})
Expand Down

0 comments on commit 2c21826

Please sign in to comment.