From ae701d2af7d0309c6f541de2280fe2130a86aed4 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Jan 05 2015 13:07:59 +0000 Subject: Adding bridgeopts and bridgeslaves to the network command options in Kickstart --- diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml index 1955bb0..33b772c 100644 --- a/en-US/Kickstart_Syntax_Reference.xml +++ b/en-US/Kickstart_Syntax_Reference.xml @@ -2369,6 +2369,25 @@ + + + + + When this option is used, the network bridge with device name specified using the option will be created and devices defined in the option will be added to the bridge. For example: + + +network --device=bridge0 --bridgeslaves=em1 + + + + + + + + An optional comma-separated list of parameters for the bridged interface. Available values are stp, priority, forward-delay, hello-time, max-age, and ageing-time. For information about these parameters, see the nm-settings(5) man page. + + +