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