1option('tests', type: 'feature', description: 'Build tests') 2 3option( 4 'uboot-env', 5 type: 'boolean', 6 description: 'Update u-boot env for MAC changes', 7) 8option( 9 'default-link-local-autoconf', 10 type: 'boolean', 11 description: 'Enable link local autoconfiguration by default', 12) 13option( 14 'default-ipv6-accept-ra', 15 type: 'boolean', 16 description: 'Accept router advertisements by default', 17) 18option( 19 'sync-mac', 20 type: 'boolean', 21 description: 'Sync mac address with phosphor-inventory-manager', 22) 23option( 24 'hyp-nw-config', 25 type: 'boolean', 26 description: 'ibm-oem: Enable the hypervisor network manager', 27) 28option( 29 'persist-mac', 30 type: 'boolean', 31 description: 'Permit the MAC address to be written to the systemd.network config', 32) 33option( 34 'force-sync-mac', 35 type: 'boolean', 36 description: 'Force sync mac address no matter is first boot or not', 37) 38 39