Reviewed: https://review.opendev.org/612617 Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=f28c59df2b9be75a1b81133b0d9803078de87fe6 Submitter: Zuul Branch: master
commit f28c59df2b9be75a1b81133b0d9803078de87fe6 Author: David Homolka <[email protected]> Date: Tue Oct 23 09:12:47 2018 +0200 Default firewall group rules from configuration file Add new options to neutron_fwaas.conf for using in Default firewall group rules. Separate ingress and egress: action, source ipv4, source ipv6, source port, destination ipv4, destination ipv6, destination port. Shared options for ingress and egress: protocol, enabled and shared. New options are used in _create_default_firewall_rules and default value are same as before this change, ingress (deny all), egress (allow all). Change-Id: Ic48872f3b7dfd4a87065799b7d3656de3d06e4c3 Closes-Bug: #1799358 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1799358 Title: FWaaS: Default firewall rules disallow connection to running instance Status in neutron: Fix Released Bug description: After install FWaaS to running openstack, default firewall rules disallow connection to running instance and must be deleted. Generating the final set of rules from a configuration file makes sense. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1799358/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

