1
0
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:
Tristan B. Velloza Kildaire 2021-08-24 16:29:59 +02:00
parent 6ac261d934
commit f070b9acdc

View File

@ -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";
```