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:
Laine Stump
2013-02-27 10:55:24 -05:00
parent 923e4bf810
commit db2536a627
10 changed files with 0 additions and 96 deletions

View File

@@ -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>

View File

@@ -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>