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