2015-10-08 7:53 GMT+02:00 Roopa Prabhu <ro...@cumulusnetworks.com>: > From: Wilson Kok <w...@cumulusnetworks.com> > > 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 <christophe.goua...@6wind.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html