| 44 | | printf(" \tinterface|if [none|interface] \tdisplay or modify the interface settings\n"); |
| 45 | | printf(" \toriginators|o \tdisplay the originator table\n"); |
| 46 | | printf(" \tinterval|it [orig_interval] \tdisplay or modify the originator interval in ms\n"); |
| 47 | | printf(" \tloglevel|ll [level] \tdisplay or modify the log level\n"); |
| 48 | | printf(" \tlog|l \tread the log produced by the kernel module\n"); |
| 49 | | printf(" \tgw_mode|gw [mode] \tdisplay or modify the gateway mode\n"); |
| 50 | | printf(" \tgw_srv_list|gwl \tdisplay the gateway server list\n"); |
| 51 | | printf(" \ttranslocal|tl \tdisplay the local translation table\n"); |
| 52 | | printf(" \ttransglobal|tg \tdisplay the global translation table\n"); |
| 53 | | printf(" \tvis_server|vs [enable|disable] \tdisplay or modify the status of the VIS server\n"); |
| 54 | | printf(" \tvis_data|vd [dot|JSON] \tdisplay the VIS data in dot or JSON format\n"); |
| 55 | | printf(" \taggregation|ag [0|1] \tdisplay or modify the packet aggregation setting\n"); |
| | 44 | printf(" \tinterface|if [none|interface] \tdisplay or modify the interface settings\n"); |
| | 45 | printf(" \toriginators|o \tdisplay the originator table\n"); |
| | 46 | printf(" \tinterval|it [orig_interval] \tdisplay or modify the originator interval in ms\n"); |
| | 47 | printf(" \tloglevel|ll [level] \tdisplay or modify the log level\n"); |
| | 48 | printf(" \tlog|l \tread the log produced by the kernel module\n"); |
| | 49 | printf(" \tgw_mode|gw [mode] \tdisplay or modify the gateway mode\n"); |
| | 50 | printf(" \tgw_srv_list|gwl \tdisplay the gateway server list\n"); |
| | 51 | printf(" \ttranslocal|tl \tdisplay the local translation table\n"); |
| | 52 | printf(" \ttransglobal|tg \tdisplay the global translation table\n"); |
| | 53 | printf(" \tvis_server|vs [enable|disable] \tdisplay or modify the status of the VIS server\n"); |
| | 54 | printf(" \tvis_data|vd [dot|JSON] \tdisplay the VIS data in dot or JSON format\n"); |
| | 55 | printf(" \taggregation|ag [0|1] \tdisplay or modify the packet aggregation setting\n"); |
| | 56 | printf(" \tbonding|b [0|1] \tdisplay or modify the bonding mode setting\n"); |
| 57 | | printf(" \tping|p <destination> \tping another batman adv host via layer 2\n"); |
| 58 | | printf(" \ttraceroute|tr <destination> \ttraceroute another batman adv host via layer 2\n"); |
| 59 | | printf(" \ttcpdump|td <interface> \ttcpdump layer 2 traffic on the given interface\n"); |
| 60 | | printf(" \tbisect <file1> .. <fileN>\tanalyze given log files for routing stability\n"); |
| | 58 | printf(" \tping|p <destination> \tping another batman adv host via layer 2\n"); |
| | 59 | printf(" \ttraceroute|tr <destination> \ttraceroute another batman adv host via layer 2\n"); |
| | 60 | printf(" \ttcpdump|td <interface> \ttcpdump layer 2 traffic on the given interface\n"); |
| | 61 | printf(" \tbisect <file1> .. <fileN>\tanalyze given log files for routing stability\n"); |