Displaying 1 result from an estimated 1 matches for "skb_util".
Did you mean:
htb_util
2007 Jun 06
0
[Patch] vnet-module
Hallo!
The attached patch repair the vnet-module (patch base is
xen-3.1.0)
- moves the "skb_pull" function from kernel to skb_util.c
because pulling in the data will rise a "BUG_ON" in the
kernel.
- the skb_buff is not always possible to modify.
(vnet_forward.c and etherip.c) The code now work''s..
I think with no or less time-penalty.
Info for kernel-option CONFIG_BRIDGE_NETFILTER :
There is...