Displaying 2 results from an estimated 2 matches for "dhcpsubnetmaskopt".
2018 Oct 02
0
Re: [PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.
...<parameter name="win:DhcpNameServer">10.0.2.3</parameter>
<parameter name="win:DhcpServer">10.0.2.2</parameter>
<parameter name="win:DhcpSubnetMask">255.255.255.0</parameter>
<parameter name="win:DhcpSubnetMaskOpt">255.255.255.0</parameter>
<parameter name="win:Domain"></parameter>
<parameter name="win:EnableDeadGWDetect">1</parameter>
<parameter name="win:IsServerNapAware">0</parameter>
&l...
2018 Oct 01
7
[PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.
The proposed API is the same as v1, but this includes an
implementation (for /etc/sysconfig/network-scripts/ifcfg-*) and
modifications to virt-inspector. This compiles and works.
If you look in patch 5 you can see proposed output as virt-inspector
XML for a guest (although this guest has not been booted, so a real
guest would hopefully have a hwaddr="MAC" attribute too).
Rich.