Hide Forgot
Description of problem: ospf6d uses MTU seen during initialization, which happens before networking, so it ignores the one set in the configuration. Version-Release number of selected component (if applicable): quagga-0.99.22.4-4.el7.x86_64 How reproducible: very Steps to Reproduce: 1. echo MTU=9000 >> /etc/sysconfig/network-scripts/ifcfg-enp7s0f0 2. echo -n 'router ospf6\ninterface enp7s0f0 area 0.0.0.0' > /etc/quagga/ospf6d.conf 3. reboot Actual results: sh ipv6 ospf int shows this: Instance ID 0, Interface MTU 1500 (autodetect: 9000) 1500 is being used in the database description packets, making it impossible to peer with routers that check the mtu settings (which is the default, even in quagga). Expected results: Either the networking setup should occur before starting quagga, so changes like this are seen during initialization, or ospf6d should use the actual detected MTU. Additional info:
Red Hat Enterprise Linux version 7 entered the Maintenance Support 1 Phase in August 2019. In this phase only qualified Critical and Important Security errata advisories (RHSAs) and Urgent Priority Bug Fix errata advisories (RHBAs) may be released as they become available. Other errata advisories may be delivered as appropriate. This bug has been reviewed by Support and Engineering representative and does not meet the inclusion criteria for Maintenance Support 1 Phase. If this issue still exists in newer major version of Red Hat Enterprise Linux, it has been cloned there and work will continue in the cloned bug. For more information about Red Hat Enterprise Linux Lifecycle, please see https://access.redhat.com/support/policy/updates/errata/
Development Management has reviewed and declined this request. You may appeal this decision by using your Red Hat support channels, who will make certain the issue receives the proper prioritization with product and development management. https://www.redhat.com/support/process/production/#howto