Sean Farley
c035ab1c6f
Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it to
...
have its MTU set higher than 1500 (ETHERMTU). Its new limit is now
65535 as enforced by ifhwioctl() in if.c
This allows a tap(4) device to be added to a bridge, which requires all
interface members to have the same MTU, with an interface configured for
jumbo frames. QEMU may now connect to a network via tap(4) without
requiring the real interface to have its MTU set to 1500 or lower.
Reviewed by: rpaulo, bms
MFC after: 1 week
2009-03-16 03:11:02 +00:00
..
2008-07-25 23:58:09 +00:00
2008-03-24 13:49:17 +00:00
2008-08-29 20:00:55 +00:00
2008-08-28 16:40:51 +00:00
2008-08-25 20:43:13 +00:00
2009-03-07 10:21:37 +00:00
2008-07-05 20:11:28 +00:00
2009-03-10 14:28:19 +00:00
2008-08-26 16:12:49 +00:00
2008-08-01 22:08:14 +00:00
2009-02-27 14:12:05 +00:00
2007-12-09 20:47:12 +00:00
2008-10-23 15:53:51 +00:00
2008-08-27 17:10:37 +00:00
2008-12-17 20:58:10 +00:00
2008-03-17 01:26:44 +00:00
2008-12-17 10:27:34 +00:00
2008-12-15 06:10:57 +00:00
2009-03-15 14:21:05 +00:00
2007-11-04 08:32:27 +00:00
2008-09-20 19:38:37 +00:00
2008-09-20 19:38:37 +00:00
2007-10-27 19:57:41 +00:00
2007-03-26 09:05:10 +00:00
2009-02-27 14:12:05 +00:00
2008-08-12 09:05:01 +00:00
2008-08-12 09:05:01 +00:00
2009-02-27 14:12:05 +00:00
2008-12-02 21:37:28 +00:00
2008-12-17 10:27:34 +00:00
2008-12-17 10:27:34 +00:00
2008-12-10 23:12:39 +00:00
2009-03-07 19:08:58 +00:00
2008-12-02 21:37:28 +00:00
2008-06-20 17:26:34 +00:00
2008-12-17 10:27:34 +00:00
2008-12-17 21:04:43 +00:00
2007-10-12 03:03:16 +00:00
2009-01-31 10:48:02 +00:00
2008-12-16 00:20:15 +00:00
2009-03-15 20:17:44 +00:00
2008-12-17 22:59:29 +00:00
2009-02-27 14:12:05 +00:00
2008-10-23 15:53:51 +00:00
2008-10-23 20:26:15 +00:00
2009-02-16 10:29:03 +00:00
2008-12-02 21:37:28 +00:00
2009-03-16 03:11:02 +00:00
2008-09-08 22:43:55 +00:00
2008-12-25 22:32:32 +00:00
2007-06-13 14:01:43 +00:00
2009-03-15 14:21:05 +00:00
2009-02-27 14:12:05 +00:00
2009-03-15 14:21:05 +00:00
2009-02-16 15:09:37 +00:00
2008-07-04 00:21:38 +00:00
2009-03-04 02:54:11 +00:00
2008-12-16 17:03:22 +00:00
2008-12-13 12:03:21 +00:00
2007-07-03 12:13:45 +00:00
2008-10-23 15:53:51 +00:00
2008-12-15 06:10:57 +00:00
2008-05-30 09:34:35 +00:00
2008-12-16 11:01:36 +00:00
2008-12-07 21:15:43 +00:00
2009-02-27 14:12:05 +00:00
2008-12-11 16:26:38 +00:00
2009-02-27 14:12:05 +00:00
2009-01-02 22:51:30 +00:00
2009-01-12 11:24:32 +00:00
2009-02-05 14:58:16 +00:00
2009-03-01 11:01:00 +00:00