feat: add default value (#548)

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
Yiya Chen 2025-10-09 13:37:06 +08:00 committed by GitHub
parent 5c2a23924d
commit 2aaa0a55a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,10 @@ export default class HciVlanConfig extends HarvesterResource {
uplink: {
nics: [],
linkAttributes: {},
bondOptions: { mode: 'active-backup' },
bondOptions: {
mode: 'active-backup',
miimon: -1
},
},
};