CLOUDSTACK-9552: Allow egress TCP/53 implicitly in Basic Networking - #1713
Conversation
|
lgtm |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-65 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-112 |
|
@wido this fix seems like a great thing for LTS. Would it be possible for you to change the base branch to 4.9? Also, would it be possible to either add or update a Marvin test case to verify this change? |
Allow DNS queries over TCP when egress filtering is configured. When using DNSSEC more and more queries are done over TCP and this requires 53/TCP to be allowed. Signed-off-by: Wido den Hollander <wido@widodh.nl>
|
@jburwell I rebased it against 4.9, checks are running now. Regarding Marvin, I have to be honest, I wouldn't know where to start for adding such a test. Do we also have Basic Networking tests at all to test stuff like this? |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-123 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-264)
|
|
LGTMs on this one? Small fix, but would be good for a LTS. |
|
LGTM |
|
LGTM. Merging this based on code review and test results. |
CLOUDSTACK-9552: Allow egress TCP/53 implicitly in Basic NetworkingAllow DNS queries over TCP when egress filtering is configured. When using DNSSEC more and more queries are done over TCP and this requires 53/TCP to be allowed. Signed-off-by: Wido den Hollander wido@widodh.nl * pr/1713: CLOUDSTACK-9552: Allow egress TCP/53 implicitly in Basic Networking Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Filtrar volumes na UI pelo estado _Migrating_ Closes apache#1713 See merge request scclouds/scclouds!693
Allow DNS queries over TCP when egress filtering is configured.
When using DNSSEC more and more queries are done over TCP and this
requires 53/TCP to be allowed.
Signed-off-by: Wido den Hollander wido@widodh.nl