diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-07-08 21:08:00 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-07-08 21:08:00 -0300 |
commit | 63e9efc92f4eba3a74fcf98ee858b35261d394e0 (patch) | |
tree | 0f9176a6ac35ee2778f386a7528a4d6170e8f672 /usr/local/www/diag_backup.php | |
parent | dd042c5159fb61ccb1a9b3867b18263685703b7b (diff) | |
download | pfsense-63e9efc92f4eba3a74fcf98ee858b35261d394e0.zip pfsense-63e9efc92f4eba3a74fcf98ee858b35261d394e0.tar.gz |
Fix #3079, add a section for DHCPv6 Server backup
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-x | usr/local/www/diag_backup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 6bcdb6b..8e3f601 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -182,6 +182,7 @@ function spit_out_select_items($name, $showall) { "voucher" => gettext("Captive Portal Vouchers"), "dnsmasq" => gettext("DNS Forwarder"), "dhcpd" => gettext("DHCP Server"), + "dhcpdv6" => gettext("DHCPv6 Server"), "filter" => gettext("Firewall Rules"), "interfaces" => gettext("Interfaces"), "ipsec" => gettext("IPSEC"), |