diff options
author | Robby Workman <rworkman@slackware.com> | 2017-10-07 22:16:01 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2017-10-07 22:16:01 -0500 |
commit | 6956b4bcacac13eb5226f2f7079ddf0f84dcbba4 (patch) | |
tree | b49068248264710d66726a3d5bd7c45d5154ffae /rc.inet1.conf | |
parent | 0ecfbbf1c758f94baf6e9345b0655821ec354271 (diff) | |
download | slacknetsetup-6956b4bcacac13eb5226f2f7079ddf0f84dcbba4.tar.xz |
rc.inet1.conf: Clarify comment wrt bridge interfaces
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index 7fcc9bb..7577e7b 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -51,7 +51,7 @@ DEBUG_ETH_UP="no" # Example of how to configure a bridge: # Note the added "BRNICS" variable which contains a space-separated list -# of the physical network interfaces you want to add to the bridge. +# of the physical or virtual network interfaces you want to add to the bridge. #IFNAME[0]="br0" #BRNICS[0]="eth0" #IPADDR[0]="192.168.0.1" |