William A. Kennington III | 0a01b2a | 2021-05-13 18:38:57 -0700 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
| 2 | |
| 3 | option('uboot-env', type: 'boolean', |
| 4 | description: 'Update u-boot env for MAC changes') |
| 5 | option('default-link-local-autoconf', type: 'boolean', |
| 6 | description: 'Enable link local autoconfiguration by default') |
| 7 | option('default-ipv6-accept-ra', type: 'boolean', |
| 8 | description: 'Accept router advertisements by default') |
William A. Kennington III | 0a01b2a | 2021-05-13 18:38:57 -0700 | [diff] [blame] | 9 | option('sync-mac', type: 'boolean', |
| 10 | description: 'Sync mac address with phosphor-inventory-manager') |
Asmitha Karunanithi | be2bdec | 2021-05-13 02:54:29 -0500 | [diff] [blame] | 11 | option('hyp-nw-config', type : 'boolean', |
| 12 | description : 'ibm-oem: Enable the hypervisor network manager') |
Johnathan Mantey | 609c12d | 2022-02-03 09:23:09 -0800 | [diff] [blame] | 13 | option('persist-mac', type: 'boolean', |
| 14 | description: 'Permit the MAC address to be written to the systemd.network config') |
Potin Lai | 9f621f3 | 2022-11-18 12:03:09 +0800 | [diff] [blame] | 15 | option('force-sync-mac', type: 'boolean', |
| 16 | description: 'Force sync mac address no matter is first boot or not') |
| 17 | |