mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Revert "Add support for <option> tag in network config"
This reverts commit 383ebc4694.
We decided the xml for this feature needed more thought to make sure
we are doing it the best way, in particular wrt option values that
have multiple items.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<dhcp>
|
||||
<range start="192.168.122.2" end="192.168.122.254" />
|
||||
<bootp file="pxeboot.img" />
|
||||
<option number="252" value="\n"/>
|
||||
</dhcp>
|
||||
</ip>
|
||||
</network>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<dhcp>
|
||||
<range start="192.168.122.2" end="192.168.122.254" />
|
||||
<bootp file="pxeboot.img" server="10.20.30.40" />
|
||||
<option number="252" value="\n"/>
|
||||
</dhcp>
|
||||
</ip>
|
||||
</network>
|
||||
|
||||
Reference in New Issue
Block a user