Skip to content

CLOUDSTACK-10043: fix restore default drop for egress rules in ACL - #2323

Closed
resmo wants to merge 1 commit into
apache:masterfrom
resmo:fix/vpc_acl_egress_default_drop
Closed

CLOUDSTACK-10043: fix restore default drop for egress rules in ACL#2323
resmo wants to merge 1 commit into
apache:masterfrom
resmo:fix/vpc_acl_egress_default_drop

Conversation

@resmo

@resmoresmo commented Nov 13, 2017

Copy link
Copy Markdown
Member

While verifying the fix for CLOUDSTACK-10135 in #2313 we found a regression.

At least to version 4.5.x (verified in 4.5.3) every ACL hat a default drop for egress (ACL_OUTBOUND). This commit restores this behavior (regression fix)

Ok, after some more investigation and help of @fmaximus it seems the 4.5 implementation is wrong as well. It does not add a deny egress all but a deny egress all if there is any egress rule (even a deny), but anyway.

This is a not a bug fix anymore but a default deny.

/cc @rhtyd @yvsubhash

@yadvr

Copy link
Copy Markdown
Member

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1252

@yadvr

Copy link
Copy Markdown
Member

@resmo are you planning to work on option 3 (from dev@ ML) or go with this change (drop by default) ?

@resmo

Copy link
Copy Markdown
MemberAuthor

I would say, close this PR and I am going for the option 3.

@resmoresmo closed this Nov 22, 2017
@resmo
resmo deleted the fix/vpc_acl_egress_default_drop branch November 22, 2017 13:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@resmo@yadvr@blueorangutan