Removed protocol import line

This commit is contained in:
Tristan B. Velloza Kildaire 2021-08-24 16:29:59 +02:00
parent 6ac261d934
commit f070b9acdc
1 changed files with 1 additions and 13 deletions

View File

@ -153,16 +153,4 @@ protocol static crxnStatic
import filter crxn6;
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";
```
```