Skip to content

Commit

Permalink
Update network/iptables_windows.go
Browse files Browse the repository at this point in the history
    Fixes compilation issues with windows
  • Loading branch information
nagiesek committed Aug 25, 2018
1 parent 4fe8718 commit cb68142
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions network/iptables_windows.go
Expand Up @@ -42,3 +42,10 @@ func ForwardRules(flannelNetwork string) []IPTablesRule {
func SetupAndEnsureIPTables(rules []IPTablesRule, resyncPeriod int) {

}

func DeleteIPTables(rules []IPTablesRule) error {
return nil
}

func teardownIPTables(ipt IPTables, rules []IPTablesRule) {
}

0 comments on commit cb68142

Please sign in to comment.