mirror of
http://deavmi.assigned.network/git/CRXN/docs
synced 2025-02-16 12:56:54 +00:00
Removed protocol import line
This commit is contained in:
parent
6ac261d934
commit
f070b9acdc
@ -153,16 +153,4 @@ protocol static crxnStatic
|
|||||||
import filter crxn6;
|
import filter crxn6;
|
||||||
table crxn;
|
table crxn;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `protocols.conf`
|
|
||||||
|
|
||||||
This file should look like this (as an example of running one `babel`
|
|
||||||
instance and one `ospf` instance):
|
|
||||||
|
|
||||||
```
|
|
||||||
# Import protocol instances
|
|
||||||
import "babel.conf";
|
|
||||||
import "ospf.conf";
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user