Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
592d8518
Commit
592d8518
authored
Apr 12, 2017
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interfaces: tweak whitespace in these strings
(cherry picked from commit
6c022705
)
parent
2c417ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
interfaces.php
src/www/interfaces.php
+3
-3
No files found.
src/www/interfaces.php
View file @
592d8518
...
...
@@ -2521,7 +2521,7 @@ include("head.inc");
<strong>
<?=
gettext
(
"Send Options"
);
?>
</strong><br
/>
<input
name=
"adv_dhcp6_interface_statement_send_options"
type=
"text"
id=
"adv_dhcp6_interface_statement_send_options"
value=
"
<?=
$pconfig
[
'adv_dhcp6_interface_statement_send_options'
];
?>
"
/>
<div
class=
"hidden"
for=
"help_for_dhcp6_intf_stmt"
>
<?=
gettext
(
"The values in this field are DHCP send options to be sent when requesting a DHCP lease.
[option declaration [, ...]] <br />"
.
<?=
gettext
(
"The values in this field are DHCP send options to be sent when requesting a DHCP lease. [option declaration [, ...]] <br />"
.
"Value Substitutions:
{
interface
}
,
{
hostname
}
,
{
mac_addr_asciiCD
}
,
{
mac_addr_hexCD
}
<br />"
.
"Where C is U(pper) or L(ower) Case, and D is
\"
:-.
\"
Delimiter (space, colon, hyphen, or period) (omitted for none). <br />"
.
"Some DHCP services may require certain options be or not be sent."
);
?>
...
...
@@ -2531,8 +2531,8 @@ include("head.inc");
<strong>
<?=
gettext
(
"Request Options"
);
?>
</strong><br
/>
<input
name=
"adv_dhcp6_interface_statement_request_options"
type=
"text"
id=
"adv_dhcp6_interface_statement_request_options"
value=
"
<?=
$pconfig
[
'adv_dhcp6_interface_statement_request_options'
];
?>
"
/>
<div
class=
"hidden"
for=
"help_for_dhcp6_intf_stmt"
>
<?=
gettext
(
"The values in this field are DHCP request options to be sent when requesting a DHCP lease.
[option [, ...]] <br />"
.
"Some DHCP services may require certain options be or not be requested.
"
);
?>
<?=
gettext
(
"The values in this field are DHCP request options to be sent when requesting a DHCP lease. [option [, ...]] <br />"
.
"Some DHCP services may require certain options be or not be requested."
);
?>
</div>
<br
/>
<br
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment