History log of /src/sys/modules/tap |
Revision | Date | Author | Comments |
1.1 | 24-Mar-2019 |
pgoyette | branches: 1.1.4; Add a loadable module for tap(4).
The code was already modularized, we simply didn't build the loadable module.
Note also that since the tap(4) device can be reasonably accessed by either creating a device instance (using ifconfig(8)) or by opening /dev/tap, we need to create both if_tap.kmod and tap.kmod (similar to what is done with tun(4)).
|
1.1.4.2 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.4.1 | 24-Mar-2019 |
christos | file Makefile was added on branch phil-wifi on 2019-06-10 22:09:40 +0000
|
1.1 | 24-Mar-2019 |
pgoyette | branches: 1.1.4; Add a loadable module for tap(4).
The code was already modularized, we simply didn't build the loadable module.
Note also that since the tap(4) device can be reasonably accessed by either creating a device instance (using ifconfig(8)) or by opening /dev/tap, we need to create both if_tap.kmod and tap.kmod (similar to what is done with tun(4)).
|
1.1.4.2 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.4.1 | 24-Mar-2019 |
christos | file tap.c was added on branch phil-wifi on 2019-06-10 22:09:40 +0000
|