Skip to content
Snippets Groups Projects
Commit d4068f64 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix case of MAC special-values


This fixes Debian bug #596347. An alternative would be to also allow
the uppercase form, but it's not nice I think.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent c78b3a66
No related branches found
No related tags found
No related merge requests found
......@@ -206,9 +206,8 @@
<varlistentry>
<term>mac</term>
<listitem>
<simpara>either a value or <constant>GENERATE</constant>
to generate a new unique MAC, or
<constant>AUTO</constant> to reuse the old MAC</simpara>
<simpara>either a value or 'generate' to generate a new
unique MAC, or 'auto' to reuse the old MAC</simpara>
</listitem>
</varlistentry>
<varlistentry>
......
......@@ -200,8 +200,8 @@
<varlistentry>
<term>mac</term>
<listitem>
<simpara>either a value or <constant>GENERATE</constant>
to generate a new unique MAC</simpara>
<simpara>either a value or 'generate' to generate a
new unique MAC</simpara>
</listitem>
</varlistentry>
<varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment