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
00285185
Commit
00285185
authored
Apr 16, 2017
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interfaces: drop trivia "some XXX want this or that"
parent
c144e247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
interfaces.php
src/www/interfaces.php
+4
-8
No files found.
src/www/interfaces.php
View file @
00285185
...
...
@@ -2021,15 +2021,13 @@ include("head.inc");
<div
class=
"hidden"
for=
"help_for_dhcp_lease_requirements_and_requests"
>
<?=
gettext
(
"The values in this field are DHCP 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 ISPs may require certain options be or not be sent."
);
?>
"Where C is U(pper) or L(ower) Case, and D is
\"
:-.
\"
Delimiter (space, colon, hyphen, or period) (omitted for none)."
)
?>
</div>
<hr/>
<?=
gettext
(
"Request Options"
);
?>
<input
name=
"adv_dhcp_request_options"
type=
"text"
id=
"adv_dhcp_request_options"
value=
"
<?=
$pconfig
[
'adv_dhcp_request_options'
];
?>
"
/>
<div
class=
"hidden"
for=
"help_for_dhcp_lease_requirements_and_requests"
>
<?=
gettext
(
"The values in this field are DHCP option 55 to be sent when requesting a DHCP lease. [option [, ...]] <br />"
.
"Some ISPs may require certain options be or not be requested."
);
?>
<?=
gettext
(
"The values in this field are DHCP option 55 to be sent when requesting a DHCP lease. [option [, ...]]"
)
?>
</div>
<hr/>
<?=
gettext
(
"Require Options"
);
?>
...
...
@@ -2523,16 +2521,14 @@ include("head.inc");
<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 />"
.
"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."
);
?>
"Where C is U(pper) or L(ower) Case, and D is
\"
:-.
\"
Delimiter (space, colon, hyphen, or period) (omitted for none)."
)
?>
</div>
<br
/>
<br
/>
<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 [, ...]]'
)
?>
</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