mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix macvlan interface support and add interface in wizard using device
This commit is contained in:
parent
2f13420592
commit
2153472351
5 changed files with 70 additions and 10 deletions
|
@ -306,7 +306,7 @@ if not net:is_virtual() then
|
|||
-- macsource.rmempty = true
|
||||
end
|
||||
|
||||
macvlanmaster = s:taboption("physical", Value, "interface", translate("Master interface"))
|
||||
macvlanmaster = s:taboption("physical", Value, "masterintf", translate("Master interface"))
|
||||
macvlanmaster.default = "eth0"
|
||||
macvlanmaster:depends("type", "macvlan")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue