Skip to content

Commit 2aaa0a5

Browse files
authored
feat: add default value (#548)
Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
1 parent 5c2a239 commit 2aaa0a5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pkg/harvester/models/network.harvesterhci.io.vlanconfig.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ export default class HciVlanConfig extends HarvesterResource {
1616
uplink: {
1717
nics: [],
1818
linkAttributes: {},
19-
bondOptions: { mode: 'active-backup' },
19+
bondOptions: {
20+
mode: 'active-backup',
21+
miimon: -1
22+
},
2023
},
2124
};
2225

0 commit comments

Comments
 (0)