1
0
mirror of https://codeberg.org/CRXN/docs.git synced 2024-09-21 14:23:14 +02:00
docs/docs/bird_babel.md

665 B

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

    ipv6
    {
        import filter crxn6;
        export filter crxn6;
        table crxn;
    };
}
  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

Note: For Bird 1.6 you will want to remove the ipv6 {};.

And that is all!

Additional changes

TODO: Finish this, wired vs wireless`