summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-01-30 08:42:23 -0200
committerRenato Botelho <renato@netgate.com>2017-01-30 08:42:23 -0200
commit30cc3aec31e200cfcec2e1f70cfa29534cd3b99d (patch)
tree98774eb474a115117f828094399c54e107468aaf /src/usr/local/www/services_router_advertisements.php
parentb39cebf6f09b7d110d810e3ccff0136751aa1718 (diff)
parent24b82516e0baac87316245427e870a36fbcda4ac (diff)
downloadpfsense-30cc3aec31e200cfcec2e1f70cfa29534cd3b99d.zip
pfsense-30cc3aec31e200cfcec2e1f70cfa29534cd3b99d.tar.gz
Merge pull request #3448 from phil-davis/required-fields-services
Diffstat (limited to 'src/usr/local/www/services_router_advertisements.php')
-rw-r--r--src/usr/local/www/services_router_advertisements.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index 2c6f13c..c9aeaa5 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -312,14 +312,14 @@ $section = new Form_Section('Advertisements');
$section->addInput(new Form_Select(
'ramode',
- 'Router mode',
+ '*Router mode',
$pconfig['ramode'],
$advertise_modes
))->setHelp($ramode_help);
$section->addInput(new Form_Select(
'rapriority',
- 'Router priority',
+ '*Router priority',
$pconfig['rapriority'],
$priority_modes
))->setHelp('Select the Priority for the Router Advertisement (RA) Daemon.');
OpenPOWER on IntegriCloud