|
1643 | 1643 | <term><varname>SendOption=</varname></term> |
1644 | 1644 | <listitem> |
1645 | 1645 | <para>Send an arbitrary option in the DHCPv4 request. Takes a DHCP option number, data type |
1646 | | - and data separated with a colon (<literal><replaceable>option</replaceable>: |
1647 | | - <replaceable>type</replaceable>:<replaceable>value</replaceable></literal>). The option |
1648 | | - number must be an interger in the range 1..254. The type takes one of |
1649 | | - <literal>uint8</literal>, <literal>uint16</literal>, <literal>uint32</literal>, |
1650 | | - <literal>ipv4address</literal>, or <literal>string</literal>. |
1651 | | - Special characters in the data string may be escaped using |
| 1646 | + and data separated with a colon |
| 1647 | + (<literal><replaceable>option</replaceable>:<replaceable>type</replaceable>:<replaceable>value</replaceable></literal>). |
| 1648 | + The option number must be an interger in the range 1..254. The type takes one of <literal>uint8</literal>, |
| 1649 | + <literal>uint16</literal>, <literal>uint32</literal>, <literal>ipv4address</literal>, or |
| 1650 | + <literal>string</literal>. Special characters in the data string may be escaped using |
1652 | 1651 | <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style |
1653 | | - escapes</ulink>. This option can be specified multiple times. If an empty string is specified, |
| 1652 | + escapes</ulink>. This setting can be specified multiple times. If an empty string is specified, |
1654 | 1653 | then all options specified earlier are cleared. Defaults to unset.</para> |
1655 | 1654 | </listitem> |
1656 | 1655 | </varlistentry> |
|
1905 | 1904 | </varlistentry> |
1906 | 1905 |
|
1907 | 1906 | <varlistentry> |
1908 | | - <term><varname>SendRawOption=</varname></term> |
1909 | | - <listitem> |
1910 | | - <para>Send a raw option with value via DHCPv4 server. Takes a DHCP option, data type and data |
1911 | | - (option:type:value). The option ranges [1-254]. The type takes one of <literal>uint8</literal>, |
1912 | | - <literal>uint16</literal>, <literal>uint32</literal>, <literal>ipv4address</literal>, or <literal>string</literal>. |
1913 | | - Special characters in the data string may be escaped using |
1914 | | - <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style |
1915 | | - escapes</ulink>. This option can be specified multiple times. If an empty string is specified, then all |
1916 | | - options specified earlier are cleared. Defaults to unset.</para> |
1917 | | - </listitem> |
| 1907 | + <term><varname>SendOption=</varname></term> |
| 1908 | + <listitem> |
| 1909 | + <para>Send a raw option with value via DHCPv4 server. Takes a DHCP option number, data type |
| 1910 | + and data (<literal><replaceable>option</replaceable>:<replaceable>type</replaceable>:<replaceable>value</replaceable></literal>). |
| 1911 | + The option number is an integer in the range 1..254. The type takes one of <literal>uint8</literal>, |
| 1912 | + <literal>uint16</literal>, <literal>uint32</literal>, <literal>ipv4address</literal>, or |
| 1913 | + <literal>string</literal>. Special characters in the data string may be escaped using |
| 1914 | + <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style |
| 1915 | + escapes</ulink>. This setting can be specified multiple times. If an empty string is specified, |
| 1916 | + then all options specified earlier are cleared. Defaults to unset.</para> |
| 1917 | + </listitem> |
1918 | 1918 | </varlistentry> |
1919 | 1919 |
|
1920 | 1920 | </variablelist> |
|
0 commit comments