Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Bug in floating rules since 2.4.5-RELEASE-p1

    Scheduled Pinned Locked Moved webGUI
    5 Posts 2 Posters 593 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      joesl
      last edited by joesl

      Hello,
      Is it already known that since 2.4.5-RELEASE-p1 the visualization of floating rule is broken when in conjunction with separators?

      The Interface column was added but the separators don't take it into consideration so they don't extend till the end of the table.

      Screen Shot 2020-09-07 at 6.35.56 PM.png

      Also, do you think it make sense to include an option to collapse/comma-separate/change-visualization of the interfaces if you want? If you have a lot of them, looking at the floating rules has become impossible (since they are very tall and the interfaces are listed one per line).

      Thanks

      1 Reply Last reply Reply Quote 1
      • J
        joesl
        last edited by

        FYI, this is a bug fix which I really needed to deploy to look at my floating rules, maybe can help other users or could be considered as a starting point to enhance this:

        $ diff /usr/local/www/firewall_rules.php_old /usr/local/www/firewall_rules.php
        336c336
        < $columns_in_table = 13;
        ---
        > $columns_in_table = ('FloatingRules' == $if) ? 14 : 13;
        689c689
        < 					echo implode('<br/>', $selected_descs);
        ---
        > 					echo implode(', ', $selected_descs);
        
        1 Reply Last reply Reply Quote 0
        • RicoR
          Rico LAYER 8 Rebel Alliance
          last edited by

          https://redmine.pfsense.org/issues/10667

          -Rico

          1 Reply Last reply Reply Quote 0
          • J
            joesl
            last edited by

            Thanks Rico! Good to see it has been addressed already.

            Do you/anyone think it makes sense to also improve the way the interfaces are listed? If so I can open an enhancement in redmine.

            Cheers & thanks

            1 Reply Last reply Reply Quote 0
            • J
              joesl
              last edited by

              Well, I went ahead and created https://redmine.pfsense.org/issues/10892 for the interfaces display issue

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.