buglwIP - A Lightweight TCP/IP stack - Bugs: bug #28183, ARP and TCP/IP cannot be disabled...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #28183: ARP and TCP/IP cannot be disabled on netif used for PPPoE

Submitter:  Simon Goldschmidt <goldsimon>
Submitted:  Sat 05 Dec 2009 04:42:08 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  1.3.1

Sun 14 Feb 2010 04:46:28 PM UTC, comment #2: 

Fixed by adding a new flag, NETIF_FLAG_ETHERNET, which is checked in tcpip_input. Also, ethernet_input does not handle ARP/IP packets if NETIF_FLAG_ETHARP is not set.

Simon Goldschmidt <goldsimon>
Group administrator
Sun 06 Dec 2009 09:13:36 AM UTC, comment #1: 

We might need a new flag for that, but netif->flags has only one empty bit left. I wonder what NETIF_FLAG_POINTTOPOINT is used for, it is only set in slipif.c but never reset...

Simon Goldschmidt <goldsimon>
Group administrator
Sat 05 Dec 2009 04:42:08 PM UTC, original submission:  


Simon Goldschmidt <goldsimon>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-02-14 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code