- implement brctl setpathcost, setportprio, setbridgeprio, stp

text    data     bss     dec     hex filename
    907      20       0     927     39f networking/brctl.o
This commit is contained in:
Bernhard Reutner-Fischer
2008-01-14 16:10:11 +00:00
parent c2f0de5eef
commit 2b11fb483e
3 changed files with 98 additions and 22 deletions

View File

@@ -133,6 +133,10 @@ USE_FEATURE_BRCTL_FANCY("\n" \
" setfd <bridge <time> set bridge forward delay\n" \
" sethello <bridge <time> set hello time\n" \
" setmaxage <bridge <time> set max message age\n" \
" setpathcost <bridge <cost> set path cost\n" \
" setportprio <bridge <prio> set port priority\n" \
" setbridgeprio <bridge <prio> set bridge priority\n" \
" stp <bridge> [1|0] turn stp on/off\n" \
)
#define bunzip2_trivial_usage \
"[OPTION]... [FILE]"