diff options
| author | Arthur Jones <arthur.jones@riverbed.com> | 2018-03-09 15:08:24 -0800 |
|---|---|---|
| committer | Arthur Jones <arthur.jones@riverbed.com> | 2018-03-09 15:20:14 -0800 |
| commit | ba85366ad34ae0497df8f4773aae81a567e10256 (patch) | |
| tree | 961e3a94b9941d07ffa95b47b3ec1a280b110239 /lib/imsg.c | |
| parent | 58e7db106d5907cb129fcc316f02ce0bf34e3885 (diff) | |
zebra/if_netlink: compile under musl-libc
musl-libc is a lightweight libc used by alpine linux:
https://www.musl-libc.org/
AFAICT, this is the only change to the source needed to get
basic frr support compiling on musl.
Two changes in one patch, get ethhdr from netinet/if_ether.h
and replace the only __caddr_t I could find in the source base
with caddr_t.
Testing done:
Compiled apk packages using a docker environment (patches
coming soon) also compiled redhat and debian using a similar
docker environment (RFC patches for those changes are queued
up too)...
Issue: https://github.com/FRRouting/frr/issues/1859
Signed-off-by: Arthur Jones <arthur.jones@riverbed.com>
Diffstat (limited to 'lib/imsg.c')
0 files changed, 0 insertions, 0 deletions
