On Sunday, October 07, 2012 03:40:33 Antonio Quartulli wrote:
@@ -258,6 +258,7 @@ static void log_level_usage(void) printf(" \t routes Messages related to route added / changed / deleted\n"); printf(" \t tt Messages related to translation table operations\n"); printf(" \t bla Messages related to bridge loop avoidance\n"); + printf(" \t dat Messages reated to arp snooping and sitributed arp table\n"); }
reated => related sitributed => distributed
@@ -327,6 +330,8 @@ int handle_loglevel(char *mesh_iface, int argc, char **argv) "messages related to translation table operations", "tt"); printf("[%c] %s (%s)\n", (log_level & BIT(3)) ? 'x' : ' ', "messages related to bridge loop avoidance", "bla");
- printf("[%c] %s (%s)\n", (log_level & BIT(4)) ? 'x' : ' ',
"messages related to arp snooping and distributetd arp table",
"dat");
distributetd => distributed
You wrote that word too often! ;)
Cheers, Marek