diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
| commit | 3ce667b6ee6b86291bbe60ef93cba7f11a5c5400 (patch) | |
| tree | af3daa7221e898b72f3de26eb2cf0c1b1c8661b0 /src/settings/plugins/ifnet/tests/net.all | |
| parent | f02d31d95af29678092d1ff01f714621bc9dcc0f (diff) | |
| parent | 33491bc4279481db8ae47213e34a6d695a0e8830 (diff) | |
Merge tag 'upstream/0.9.10.0'
Upstream version 0.9.10.0
Diffstat (limited to 'src/settings/plugins/ifnet/tests/net.all')
| -rw-r--r-- | src/settings/plugins/ifnet/tests/net.all | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/plugins/ifnet/tests/net.all b/src/settings/plugins/ifnet/tests/net.all index a30a1b95..285a4cdf 100644 --- a/src/settings/plugins/ifnet/tests/net.all +++ b/src/settings/plugins/ifnet/tests/net.all @@ -327,7 +327,7 @@ arping_wait_lan=2 # Please ensure your VLAN IDs are NOT zero-padded vlans_eth0="1 2" -# You may not want to assign an IP the the physical interface, but we still +# You may not want to assign an IP to the physical interface, but we still # need it up. config_eth0=( "null" ) @@ -361,7 +361,7 @@ vlan_start_eth0="no" # To bond interfaces together slaves_bond0="eth0 eth1 eth2" -config_bond0=( "null" ) # You may not want to assign an IP the the bond +config_bond0=( "null" ) # You may not want to assign an IP to the bond # If any of the slaves require extra configuration - for example wireless or # ppp devices - we need to depend function on the bonded interfaces |