aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* util-lib: add ether_addr_from_string()Daniel Kahn Gillmor2016-05-171-0/+69
| | | | | | | | | | This isn't quite symmetrical to in_addr_from_string() because it also returns an offset indicating how much of the string was consumed by the matched pattern. This offset reporting is needed for either of the following use cases: * verifying the lack of trailing garbage after such an address * parsing subsequent data from the same string
* basic: simplify ether_addr_is_nullZbigniew Jędrzejewski-Szmek2016-02-231-11/+0
|
* sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering2016-02-211-0/+23
| | | | | Let's not get confused should we be connected to some bridge that mirrors back our packets.
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
| | | | | This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+2
| | | | | This is a cleaned up result of running iwyu but without forward declarations on src/basic.
* util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering2015-10-261-0/+44