-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement device detection mechanism
This commit tries to accomplish two features. 1. React to the device MAC address change and change Link Layer Address option appropreately. 2. React to the device down, stop RA, and restart RA when the device comes back. The implementation is netlink-based device detection mechanism. It subscribes to the rtnetlink event and detects device state update and device down/deletion. Signed-off-by: Yutaro Hayakawa <[email protected]>
- Loading branch information
1 parent
c1e972b
commit c09c104
Showing
5 changed files
with
265 additions
and
52 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
Oops, something went wrong.