Skip to content

Commit

Permalink
Merge pull request #530 from byxorna/gabe-gh-pages-require-vlan-id
Browse files Browse the repository at this point in the history
requireVlanId docs
  • Loading branch information
byxorna authored Mar 13, 2017
2 parents a75ffa4 + 660d905 commit 5694637
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _includes/configuration/lldp.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,21 @@
<tr>
<td class="inlinecode">requireVlanName</td>
<td>Boolean</td>
<td>If true, throw an error if the LLDP data submitted contains any
VLANs without a name attribute. Defaults to true.</td>
</tr>
<tr>
<td class="inlinecode">requireVlanId</td>
<td>Boolean</td>
<td>If true, throw an error if the LLDP data submitted does not contain a
VLAN name. Defaults to true.</td>
VLAN with a <code>vlan-id</code> attribute. Defaults to false.</td>
</tr>
</tbody>
</table>

<div class="example reference-config">
<pre>lldp {
requireVlanName = true
requireVlanId = false
}</pre>
</div>

0 comments on commit 5694637

Please sign in to comment.