fix: Fix typo (#6664)

This commit is contained in:
Tony Murray
2017-05-17 14:06:36 -05:00
committed by Søren Rosiak
parent 26c17de7bb
commit 21d205b379

View File

@@ -430,7 +430,7 @@ Examples:
```php
$config['good_if'][] = 'FastEthernet';
$config['os']['ios']['good_id'][] = 'FastEthernet';
$config['os']['ios']['good_if'][] = 'FastEthernet';
```
`good_if` is matched against ifDescr value. This can be a bad_if value as well which would stop that port from being ignored.