There is no "Multicast" constant, and NULL doesn't make sense in the
context of addresses.
<varlistentry>
<term><varname>AdActorSystem=</varname></term>
<listitem>
- <para>Specifies the 802.3ad system mac address. This can not be either
- <constant>NULL</constant> or <constant>Multicast</constant>.</para>
+ <para>Specifies the 802.3ad system MAC address. This cannot be a null or multicast address.
+ </para>
</listitem>
</varlistentry>
}
if (ether_addr_is_null(&n) || (n.ether_addr_octet[0] & 0x01)) {
log_syntax(unit, LOG_WARNING, filename, line, 0,
- "Not a valid MAC address %s, can not be null or multicast. Ignoring assignment.",
+ "Not an appropriate MAC address %s, cannot be null or multicast. Ignoring assignment.",
rvalue);
return 0;
}