2015-10-08 7:53 GMT+02:00 Roopa Prabhu <[email protected]>:
> From: Wilson Kok <[email protected]>
>
> This patch adds support to batch bridge commands.
> Follows ip batch code.
Hello Roopa,
Thanks for providing the useful batch feature to the bridge command.
The patch looks good, except a detail:
> fprintf(stderr,
> "Usage: bridge [ OPTIONS ] OBJECT { COMMAND | help }\n"
> +" bridge [ -force ] -batch filename\n"
in the usage display, a tab is used to indent the second form of the
bridge command. Spaces should be used instead, to align with the first
form:
"Usage: bridge [ OPTIONS ] OBJECT { COMMAND | help }\n"
" bridge [ -force ] -batch filename\n"
^^^^^^^
Except for this detail,
Acked-by: Christophe Gouault <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html