Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
24e96471
Commit
24e96471
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
net/Kconfig: IP forwarding no long depends on only IPv6. Also update Kconfig comments.
parent
b297066e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/Kconfig
+7
-12
7 additions, 12 deletions
net/Kconfig
with
7 additions
and
12 deletions
net/Kconfig
+
7
−
12
View file @
24e96471
...
...
@@ -288,24 +288,18 @@ source "net/sixlowpan/Kconfig"
config NET_IPFORWARD
bool "Enable L2 forwarding"
default n
depends on NET_IPv6
---help---
Enable forwarding of IPv6 packets. Packets received with IPv6
addresses which are not supported by this platform will be forwarded
to the appropriate network device. Routing table support may be
required.
NOTE: L2 forwarding only supported for IPv6. There is no technical
reason why IPv4 forwarding has not been implemented, it just has
not yet been done.
Enable forwarding of packets. Packets received with IP addresses
that are not supported by this platform will be forwarded to the
appropriate network device. Routing table support may be required.
config NET_IPFORWARD_NSTRUCT
int "Number of pre-allocated forwarding structures"
default 4
depends on NET_IPFORWARD && CONFIG_NETDEV_MULTINIC
---help---
When packets are forward from on device to another, a structure
must
be allocated to hold the state of forwarding across several
When packets are forward
ed
from on device to another, a structure
must
be allocated to hold the state of forwarding across several
asynchronous events. Those structures are pre-allocated for
minimal, deterministic performance and to prevent hogging of memory
(of course, that means that this value must be carefully selected
...
...
@@ -314,7 +308,8 @@ config NET_IPFORWARD_NSTRUCT
NOTE: This setting effectively puts a maximum on the number of
packets that may be waiting to be forwarded from one network device
to another.
to another. CONFIG_IOB_NBUFFERS also limits the forward because the
payload of the packet (up to the MSS) is retain in IOBs.
endmenu # Internet Protocol Selection
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment