Reviewed: https://review.openstack.org/585489 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=034db863a02ce38a520e4b8aa3a65e1ccdb37f30 Submitter: Zuul Branch: master
commit 034db863a02ce38a520e4b8aa3a65e1ccdb37f30 Author: Dave Hill <[email protected]> Date: Tue Jul 24 13:41:28 2018 -0400 Use system protocol assigments for iptables protocol map Merge the system protocol assignments into the iptables name to protocol mapping array, IPTABLES_PROTOCOL_NAME_MAP, so that systems with updated or new values in /etc/protocols can successfully install iptables rules. This was done as an IptablesFirewallDriver() instance mapping since there is typically only a single instance per-agent, and it also allows us to more easily unit test it. Change-Id: Ib73def4e2a9e3644462fdee312768382fcb800a5 Closes-Bug: #1783378 ** 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/1783378 Title: Following protocol 73 name change , neutron constants have to be updated too Status in neutron: Fix Released Bug description: Following protocol 73 name change , neutron constants have to be updated too [root@undercloud-0-rhosp10 ~]# cat /etc/protocols | grep 73 cphb 73 CPHB # Computer Protocol Heart Beat [dhill@otto neutron]$ grep -r rspf * neutron/common/constants.py: '73': 'rspf', To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1783378/+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

