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