Skip to content

Commit

Permalink
Merge branch 'maint-4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
gholms committed Sep 13, 2017
2 parents 7d135fd + 4e99b23 commit e211a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/eucanetd_edge.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@ int do_edge_update_sgs(edge_config *edge) {
"-m set ! --match-set EUCA_NCPRIVATE dst -j ACCEPT");
ipt_chain_add_rule(edge->config->ipt, "filter", "EUCA_FILTER_FWD", rule);

vmgwip = hex2dot(edge->config->vmGatewayIP);

// add referenced SG ipsets
for (i = 0; i < edge->max_ref_sgs; i++) {
secgroup = edge->ref_sgs[i];
Expand Down

0 comments on commit e211a4e

Please sign in to comment.