diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-07-14 20:31:37 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-07-14 20:31:37 +0000 |
| commit | 6f7d64c44a955abde726155b15e29f66a87e21ad (patch) | |
| tree | 4c6c3726227b0983ffa96b0afac3ad6740f5fb0c /sys | |
| parent | c61340f374d73fee98e97198156adf86239b11b4 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netgraph/ng_pppoe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index 31287da63710..8396e8d22910 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -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}, |
