<def-group>
  <definition class="compliance" id="network_disable_zeroconf" version="1">
    {{{ oval_metadata("Disable Zeroconf automatic route assignment in the
      169.254.0.0 subnet.", rule_title=rule_title) }}}
    <criteria>
      <criterion comment="Look for NOZEROCONF=yes in /etc/sysconfig/network"
      test_ref="test_sysconfig_nozeroconf_yes" />
    </criteria>
  </definition>
  <ind:textfilecontent54_test check="all" check_existence="at_least_one_exists"
  comment="check NOZEROCONF=yes in /etc/sysconfig/network"
  id="test_sysconfig_nozeroconf_yes" version="1">
    <ind:object object_ref="obj_sysconfig_nozeroconf_yes" />
  </ind:textfilecontent54_test>
  <ind:textfilecontent54_object id="obj_sysconfig_nozeroconf_yes" version="1">
    <ind:filepath>/etc/sysconfig/network</ind:filepath>
    <ind:pattern operation="pattern match">^[\s]*NOZEROCONF[\s]*=[\s]*yes</ind:pattern>
    <ind:instance datatype="int">1</ind:instance>
  </ind:textfilecontent54_object>
</def-group>
