7.20. Boot Protocols

The boot_protocol element lists each possible IP assignment boot_protocol for hosts when booting.
<capabilities>
    <version major="3" minor="3">
        ...
        <boot_protocols>
            <boot_protocol>dhcp</boot_protocol>
            <boot_protocol>static</boot_protocol>
            <boot_protocol>none</boot_protocol>
        </boot_protocols>
        ...
    </version>
</capabilities>