Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -233,7 +233,7 @@ func InitDriver(config *Config) error {
|
| 233 | 233 |
// Configure iptables for link support |
| 234 | 234 |
if config.EnableIptables {
|
| 235 | 235 |
if err := setupIPTables(addrv4, config.InterContainerCommunication, config.EnableIpMasq); err != nil {
|
| 236 |
- logrus.Errorf("Error configuing iptables: %s", err)
|
|
| 236 |
+ logrus.Errorf("Error configuring iptables: %s", err)
|
|
| 237 | 237 |
return err |
| 238 | 238 |
} |
| 239 | 239 |
// call this on Firewalld reload |