Qing Li
eef7434f0d
The "tun?" dev need not be opened at all. One is allowed to perform
...
the following operations, e.g.:
1) ifconfig tun0 create
2) ifconfig tun0 10.1.1.1 10.1.1.2
3) route add -net 192.103.54.0/24 -iface tun0
4) ifconfig tun0 destroy
If cv wait on the TUN_CLOSED flag, then the last operation (4) will
block forever.
Revert the previous changes and fix the mtx_unlock() leak.
2008-12-25 22:32:32 +00:00
..
2008-12-17 17:43:22 +00:00
2008-12-23 22:20:59 +00:00
2008-12-20 01:29:19 +00:00
2008-12-02 23:26:43 +00:00
2008-12-23 09:11:05 +00:00
2008-12-04 16:31:08 +00:00
2008-12-17 13:13:35 +00:00
2008-12-25 07:34:14 +00:00
2008-12-23 16:49:07 +00:00
2008-12-16 13:58:37 +00:00
2008-12-25 04:29:40 +00:00
2008-12-16 21:13:11 +00:00
2008-12-16 17:04:52 +00:00
2008-12-16 21:13:11 +00:00
2008-12-17 17:43:22 +00:00
2008-12-17 06:56:58 +00:00
2008-11-18 21:01:54 +00:00
2008-12-25 11:32:38 +00:00
2008-12-05 21:19:24 +00:00
2008-12-17 17:43:22 +00:00
2008-12-25 09:32:20 +00:00
2008-12-25 22:32:32 +00:00
2008-12-18 23:00:09 +00:00
2008-12-25 09:02:55 +00:00
2008-12-24 05:31:26 +00:00
2008-12-24 01:08:18 +00:00
2008-12-23 16:52:03 +00:00
2008-12-11 10:29:35 +00:00
2008-12-02 21:37:28 +00:00
2008-12-16 04:34:09 +00:00
2008-12-21 09:01:00 +00:00
2008-12-22 00:53:47 +00:00
2008-12-20 00:33:10 +00:00
2008-12-22 17:32:52 +00:00
2008-12-22 15:34:06 +00:00
2008-12-20 15:11:00 +00:00
2008-12-24 19:57:22 +00:00
2008-12-18 12:01:53 +00:00
2008-12-21 16:56:13 +00:00
2008-11-13 14:36:52 +00:00
2008-12-04 07:59:05 +00:00