From 9a001126ea73ce25630d04e310fa7d19c26bf4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 12 Mar 2023 21:14:54 -0800 Subject: [PATCH] babeld: add page (#9931) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- pages/common/babeld.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/babeld.md diff --git a/pages/common/babeld.md b/pages/common/babeld.md new file mode 100644 index 0000000000..17b84d3a09 --- /dev/null +++ b/pages/common/babeld.md @@ -0,0 +1,24 @@ +# babeld + +> Routing daemon for Babel which uses firewall-style filters. +> More information: . + +- Start babeld with a specific configuration file: + +`babeld -c {{path/to/babeld.conf}}` + +- Start babeld with multiple configuration files (read in order): + +`babeld -c {{path/to/ports.conf}} -c {{path/to/filters.conf}} -c {{path/to/interfaces.conf}}` + +- Start babeld and daemonise afterwards: + +`babeld -D` + +- Start babeld and pass a configuration command: + +`babeld -C {{'redistribute metric 256'}}` + +- Start babeld and specify on which interfaces to operate: + +`babeld {{eth0}} {{eth1}} {{wlan0}}`