From e0c32322f1017531511997071e7a4360ff463f53 Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Mon, 19 Dec 2016 16:03:52 -0500 Subject: Revised #6889 to use formatted list syntax --- src/usr/local/www/services_router_advertisements.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/usr/local/www/services_router_advertisements.php') diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php index 5f04a58..8ea2988 100644 --- a/src/usr/local/www/services_router_advertisements.php +++ b/src/usr/local/www/services_router_advertisements.php @@ -157,13 +157,14 @@ $subnets_help = '' . // THe use of
here causes the text to be hidden until the user clicks the "info" icon $ramode_help = 'Select the Operating Mode for the Router Advertisement (RA) Daemon.' . '
' . - '
' . - 'Disabled - RADVD will not be enabled on this interface.' . '
' . - 'Router Only - Will advertise this router.' . '
' . - 'Unmanaged - Will advertise this router with stateless autoconfig.' . '
' . - 'Managed - Will advertise this router with all configuration through a DHCPv6 server.' . '
' . - 'Assisted - Will advertise this router with configuration through a DHCPv6 server and/or stateless autoconfig.' . '
' . - 'Stateless DHCP - Will advertise this router with stateless autoconfig and other configuration information available via DHCPv6.' . '

' . + '
' . + '
' . 'Disabled' . '
' . 'RADVD will not be enabled on this interface.' . '
' . + '
' . 'Router Only' . '
' . 'Will advertise this router.' . '
' . + '
' . 'Unmanaged' . '
' . 'Will advertise this router with stateless autoconfig.' . '
' . + '
' . 'Managed' . '
' . 'Will advertise this router with all configuration through a DHCPv6 server.' . '
' . + '
' . 'Assisted' . '
' . 'Will advertise this router with configuration through a DHCPv6 server and/or stateless autoconfig.' . '
' . + '
' . 'Stateless DHCP' . '
' . 'Will advertise this router with stateless autoconfig and other configuration information available via DHCPv6.' . '
' . + '
' . 'It is not required to activate DHCPv6 server on pfSense when set to "Managed", "Assisted" or "Stateless DHCP", it can be another host on the network.' . '