Add a note indicating that the eh_prototype field used to construct
ethernet headers is unsynchronized.
This commit is contained in:
parent
c61340f374
commit
6f7d64c44a
@ -238,6 +238,10 @@ struct PPPOE {
|
||||
};
|
||||
typedef struct PPPOE *priv_p;
|
||||
|
||||
/*
|
||||
* XXXRW: Leave this unsynchronized, since only a single field is modified,
|
||||
* and it's done so infrequently. Likewise, pppoe_mode.
|
||||
*/
|
||||
struct ether_header eh_prototype =
|
||||
{{0xff,0xff,0xff,0xff,0xff,0xff},
|
||||
{0x00,0x00,0x00,0x00,0x00,0x00},
|
||||
|
Loading…
x
Reference in New Issue
Block a user