Add BIRDLG_TRACEROUTE_RAW option to leave traceroute output in the default format (#47)

This commit is contained in:
James Lu
2022-01-08 22:14:31 -08:00
committed by GitHub
parent a4e0f4c193
commit e7f6026854
3 changed files with 24 additions and 8 deletions

View File

@@ -136,6 +136,7 @@ Usage: all configuration is done via commandline parameters or environment varia
| --bird | BIRD_SOCKET | socket file for bird, set either in parameter or environment variable BIRD_SOCKET (default "/var/run/bird/bird.ctl") |
| --listen | BIRDLG_PROXY_PORT | listen address, set either in parameter or environment variable BIRDLG_PROXY_PORT(default "8000") |
| --traceroute_bin | BIRDLG_TRACEROUTE_BIN | traceroute binary file, set either in parameter or environment variable BIRDLG_TRACEROUTE_BIN(default "traceroute") |
| --traceroute_raw | BIRDLG_TRACEROUTE_RAW | whether to display traceroute outputs raw (default false) |
Example: start proxy with default configuration, should work "out of the box" on Debian 9 with BIRDv1: