Revert "assorted formatting and typo fixes"

This commit is contained in:
Daniel Smith
2014-07-18 17:16:30 -07:00
parent 211f6b312f
commit 05f01a3654
11 changed files with 24 additions and 24 deletions

View File

@@ -19,13 +19,13 @@ import salt.utils.ipaddr as ipaddr
def ensure(name, cidr, mtu=1460):
'''
Ensure that a bridge (named <name>) is configured for containers.
Ensure that a bridge (named <name>) is configured for contianers.
Under the covers we will make sure that
- The bridge exists
- The MTU is set
- The correct network is added to the bridge
- iptables is set up for MASQUERADE for egress
- iptables is set up for MASQUARADE for egress
cidr:
The cidr range in the form of 10.244.x.0/24