mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
board/common: set local mgmt interface prefix policy for ifupdown2
The default policy for management interface prefix in ifupdown2 is "eth", which currently clashes with Infix default switch port names. Changing our naming policy of switch ports to "swpN", mimicing the naming using in Cumulus Linux, would also help. To be discussed. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"README": "Default mgmt interface prefix is 'eth'",
|
||||
"main": {
|
||||
"module_globals": { "mgmt_intf_prefix": "mgmt" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user