lwIP - A Lightweight TCP/IP stack - Patches: patch #7760, contrib: Linux tapif, added option...
You are not allowed to post comments on this tracker with your current authentication level.
patch #7760: contrib: Linux tapif, added option to use a persistant tap interface
| Submitter: | Jeroen Hofstee <jhofstee> | ||
| Submitted: | Sun 15 Apr 2012 05:35:14 PM UTC | ||
| Category: | Contrib | Priority: | 5 - Normal |
| Status: | Done | Privacy: | Public |
| Assigned to: | None | Open/Closed: | Closed |
| Planned Release: | None | ||
|
Thu 05 Mar 2015 10:29:52 PM UTC, comment #1: |
Sylvain Rochet <gradator> |
|
Sun 15 Apr 2012 05:35:14 PM UTC, original submission:
- A persistant tap can be assigned to a user with `tunctl -u <user>`. A regular user can then run / debug the simulation. The gw and netmask must be setup prior to running. Warnings are added if those differ from the values used in lwip (ipv4 only).
|
Jeroen Hofstee <jhofstee> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-03-05 | gradator | Status | None | Done | |
| Open/Closed | Open | Closed | |||
| 2013-01-15 | goldsimon | Category | None | Contrib | |
| 2012-04-15 | jhofstee | Attached File | - | Added contrib_linux_tap.patch, #25653 |
Powered by Savane 3.12.
Corresponding source code

applied without the check_network_settings() part, user might want to bridge the tap to e.g. eth0 and don't want IP configuration on the previously created tap interface.
Thank for the patch :)