Services_dhcpv6.php - Interface Tabs not displaying
-
It would seem that a call to:
display_top_tabs($tab_array);
has gone missing around line 529 that displays the interface tabs
-
Indeed, I had wondered about that the other day when fixing a few other things in this code, but never got around to investigating.
It seems that the code that generates the interface tabs array is all there, it just needs to be displayed.
https://github.com/pfsense/pfsense/pull/2038 -
Thanks, You are right.
Phil,
You and I were editing this at the same time. I made a couple of small formatting changes while I was in there so I will commit my version if you don't mind.
-
Yep, all good.
Note also a small "enhancement" has been made for services_router_advertisements.php so that when Router Advertisements tab is selected and you select different interfaces, it stays displaying the Router Advertisements tab.
https://github.com/pfsense/pfsense/commit/a6d93c69b0ee9c76de16e4dff369c7eafa84460a
https://redmine.pfsense.org/issues/5386 -
Thanks Phil. You enhancement has been merged.