This commit is contained in:
Tristan B. Velloza Kildaire 2021-05-20 18:41:28 +02:00
parent e0d99648ab
commit d435adcd29
1 changed files with 33 additions and 0 deletions

33
docs/bird_babel.md Normal file
View File

@ -0,0 +1,33 @@
Bird: Babel configuration
=========================
In a file named `babel.conf` place the following template:
```
# CRXN Babel protocol
protocol babel crxnBabel
{
# Interfaces to run babel on
interface "interface1", "interface2";
import filter crxn6;
export filter crxn6;
table crxn;
# Only doing this so it shows by default in looking glass
import filter crxn6;
table master;
}
```
1. Set the `interface` list to a list of interfaces you wish the babel
protocol to run on
* It also supports regex in a string so you can do `"interface*"` for example
And that is all!
### Additional changes
TODO: Finish this, `wired vs `wireless`