Fix a config error in setting up a VLAN interface.
This commit is contained in:
parent
e4de6907d2
commit
f1ba8dc754
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49326
1 changed files with 1 additions and 1 deletions
|
|
@ -5251,7 +5251,7 @@ ifconfig_carp1="vhid <replaceable>2</replaceable> advskew <replaceable>100</repl
|
|||
configuration above, the following will need to be added:</para>
|
||||
|
||||
<programlisting>vlans_<replaceable>em0</replaceable>="<replaceable>5</replaceable>"
|
||||
vlans_<replaceable>em0</replaceable>_<replaceable>5</replaceable>="inet 192.168.20.20/24"</programlisting>
|
||||
ifconfig_<replaceable>em0</replaceable>_<replaceable>5</replaceable>="inet 192.168.20.20/24"</programlisting>
|
||||
|
||||
<para>Additional <acronym>VLANs</acronym> may be added, by simply adding
|
||||
the tag to the <literal>vlans_<replaceable>em0</replaceable></literal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue