
babeld
List of commands for babeld:
-
babeld:tldr:65c55 babeld: Start babeld and daemonise afterwards.$ babeld -Dtry on your machineexplain this command
-
babeld:tldr:7bb0f babeld: 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}try on your machineexplain this command
-
babeld:tldr:8285c babeld: Start babeld and pass a configuration command.$ babeld -C ${'redistribute metric 256'}try on your machineexplain this command
-
babeld:tldr:b6766 babeld: Start babeld and specify on which interfaces to operate.$ babeld ${eth0} ${eth1} ${wlan0}try on your machineexplain this command
-
babeld:tldr:c4918 babeld: Start babeld with a specific configuration file.$ babeld -c ${path-to-babeld-conf}try on your machineexplain this command