In message <[EMAIL PROTECTED]>,"Chung-
Chi Lo" writes:
>> + } else { /* vc-mux */
>> + if (brdev->payload == p_routed) {
>
>add line
>
> skb->protocol = __constant_htons(ETH_P_IP);
>
>here just like LLC did?
>
>> + skb_reset_network_he
On Jan 26, 2008 8:20 PM, chas williams - CONTRACTOR
<[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]>,"Chung-
> Chi Lo" writes:
> >By the way, this routed mode patch doesn't include encaps=VCMUX and
> >RFC2684 routed
> >protocol decapsulation?
>
> yep. eric believes the following should
In message <[EMAIL PROTECTED]>,"Chung-
Chi Lo" writes:
>Question to decode the encaps=VCMUX and bridge mode:
>
>This line
>skb_pull((skb, BR2684_PAD_LEN + ETH_HLEN);
>should be replaced by
>skb_pull((skb, BR2684_PAD_LEN);
you are correct.
>By the way, this routed mode patch doesn't include encaps
On Dec 30, 2007 9:07 AM, chas williams - CONTRACTOR
<[EMAIL PROTECTED]> wrote:
> commit fea6b121bcc150fc91186e5012466c91944ce64d
> Author: Eric Kinzie <[EMAIL PROTECTED]>
> Date: Fri Oct 26 08:05:08 2007 -0400
>
> [ATM]: [br2864] routed support
>
> From: Eric Kinzie <[EMAIL PROTECTED]>
>
In message <[EMAIL PROTECTED]>,Christoph Hellwig writes:
>> +#define LLC 0xaa, 0xaa, 0x03
>> +#define SNAP_BRIDGED0x00, 0x80, 0xc2
>> +#define SNAP_ROUTED 0x00, 0x00, 0x00
>> +#define PID_ETHERNET0x00, 0x07
>> +#define ETHERTYPE_IPV4 0x08, 0x00
>> +#define ETHERTYPE_IPV
> +#define BR2684_ETHERTYPE_LEN 2
> +#define BR2684_PAD_LEN 2
> +
> +#define LLC 0xaa, 0xaa, 0x03
> +#define SNAP_BRIDGED 0x00, 0x80, 0xc2
> +#define SNAP_ROUTED 0x00, 0x00, 0x00
> +#define PID_ETHERNET 0x00, 0x07
> +#define ETHERTYPE_IPV4 0x08, 0x00
> +#define ETHERTY
From: "chas williams - CONTRACTOR" <[EMAIL PROTECTED]>
Date: Sat, 29 Dec 2007 20:07:24 -0500
> [ATM]: [br2864] routed support
>
> From: Eric Kinzie <[EMAIL PROTECTED]>
> Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
Applied.
--
To unsubscribe from this list: send the line "uns
commit fea6b121bcc150fc91186e5012466c91944ce64d
Author: Eric Kinzie <[EMAIL PROTECTED]>
Date: Fri Oct 26 08:05:08 2007 -0400
[ATM]: [br2864] routed support
From: Eric Kinzie <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
diff --git a/include/linux/atmbr268