-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature to auto add on-mesh prefixes as interface route (#438)
This commit adds a new feature in `wpantund` to auto add a route on the host primary interface corresponding to on-mesh prefixes from Thread network. This feature can be enabled through a newly added wpan property with name "Daemon:OnMeshPrefix:AutoAddAsIntterfaceRoute" which is enabled by default. When enabled, wpantund would add a route on host primary interface for any prefix from thread network (with on-mesh flag set). This in turn ensures that traffic destined to an IPv6 address matching the prefix would be correctly forwarded to the `wpan` interface on host.
- Loading branch information
Showing
4 changed files
with
126 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters