OpenGrok
Cross Reference: ieee8023ad_marker.c
xref
: /
src
/
sys
/
net
/
agr
/
ieee8023ad_marker.c
Home
|
History
|
Annotate
|
Download
|
only in
agr
History log of
/src/sys/net/agr/ieee8023ad_marker.c
Revision
Date
Author
Comments
1.6
30-Nov-2021
yamaguchi
Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.h
Definitions related to slowprotocols are duplicated between
agr/ieee8023ad_slowprotocols.h and lagg/if_lagg_lacp.h
Therefore, the contents are moved to added file.
Note: currently, there are just LACP and Marker protocol,
however slowprotocols is independent of them.
1.5
30-Sep-2021
yamaguchi
Replace ifnet::if_agriprivate with ifnet::if_lagg
agr(4) and lagg(4) can not be used on the same interface so that
if_agrprivate and if_lagg are not used at the same time.
For resolve this wasteful, if_lagg is used in not only lagg(4)
but also agr(4).
After this modification, if_lagg has 3 states:
1. if_lagg == NULL
- Both agr(4) and lagg(4) are not running on the interface
2. if_lagg != NULL && ifp->if_type != IFT_IEEE8023ADLAG
- agr(4) is running on the I/F
3. if_lagg != NULL && ifp->if_type == IFT_IEEE8023ADLAG
- lagg(4) is running on the I/F
1.4
22-Feb-2007
thorpej
TRUE -> true, FALSE -> false
1.3
11-Dec-2005
christos
branches: 1.3.26;
merge ktrace-lwp.
1.2
12-Aug-2005
yamt
include callout.h explicitly.
1.1
18-Mar-2005
yamt
branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
add agr(4), a pseudo network device driver for link aggregation.
1.1.8.2
26-Feb-2007
yamt
sync with head.
1.1.8.1
21-Jun-2006
yamt
sync with head.
1.1.6.2
29-Apr-2005
kent
sync with -current
1.1.6.1
18-Mar-2005
kent
file ieee8023ad_marker.c was added on branch kent-audio2 on 2005-04-29 11:29:32 +0000
1.1.4.3
10-Nov-2005
skrll
Sync with HEAD. Here we go again...
1.1.4.2
01-Apr-2005
skrll
Sync with HEAD.
1.1.4.1
18-Mar-2005
skrll
file ieee8023ad_marker.c was added on branch ktrace-lwp on 2005-04-01 14:31:50 +0000
1.1.2.2
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.1.2.1
18-Mar-2005
yamt
file ieee8023ad_marker.c was added on branch yamt-km on 2005-03-19 08:36:35 +0000
1.3.26.1
27-Feb-2007
yamt
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Indexes created Wed Oct 01 13:09:50 GMT 2025