Removed protocol import line
This commit is contained in:
parent
6ac261d934
commit
f070b9acdc
|
@ -154,15 +154,3 @@ protocol static crxnStatic
|
|||
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