mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fix typo (#6664)
This commit is contained in:
committed by
Søren Rosiak
parent
26c17de7bb
commit
21d205b379
@@ -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.
|
||||
|
Reference in New Issue
Block a user