summaryrefslogtreecommitdiff
path: root/lib/lldp/lldpd-structs.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-5/+5
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-3/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-1/+1
* lldp: Fix DPDK build.Pravin B Shelar2015-03-041-1/+0
* lldp: Remove unused definitions from headers.Ben Pfaff2015-03-031-5/+0
* lldpd-structs: Declare Boolean member as one bit, not two.Ben Pfaff2015-03-031-1/+1
* lldp: Miscellaneous coding style fixes.Ben Pfaff2015-03-031-7/+7
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-031-1/+1
* lldp-structs: Fix use of list of struct lldpd_port.Ben Pfaff2015-03-031-1/+1
* lldp-structs: Fix use of list of struct lldpd_mgmt.Ben Pfaff2015-03-031-1/+1
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-031-1/+1
* lldp: Use "bool" for boolean variables.Ben Pfaff2015-03-031-3/+3
* lldp: Use x*alloc() functions instead of writing them out in-place.Ben Pfaff2015-03-031-1/+2
* auto-attach: Initial support for Auto-Attach standardDennis Flynn2015-03-031-0/+228