summaryrefslogtreecommitdiff
path: root/tests/test-aa.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-091-6/+0
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-291-3/+3
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-5/+5
* test-aa: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+5
* packets: Avoid compile errors.Aaron Conole2015-09-041-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-34/+10
* auto-attach: Support latest version of auto-attach LLDP TLVsDennis Flynn2015-03-231-16/+17
* lldp: Fix DPDK build.Pravin B Shelar2015-03-041-2/+2
* lldpd: Fix use of list of struct lldpd_hardware.Ben Pfaff2015-03-031-3/+2
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-031-2/+2
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-031-8/+5
* lldp: Change representation of ISID to uint32_t.Ben Pfaff2015-03-031-18/+6
* test-aa: Make variables local to this file static.Ben Pfaff2015-03-031-3/+3
* lldp: Get rid of POKE macros in favor of inline functions.Ben Pfaff2015-03-031-3/+3
* auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn2015-03-031-0/+329