Attention is currently required from: Timur Davydov.
pespin has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/libosmocore/+/41878?usp=email )
Change subject: build: detect netns support via configure-time capability checks ......................................................................
Patch Set 6:
(1 comment)
File include/osmocom/core/netdev.h:
https://gerrit.osmocom.org/c/libosmocore/+/41878/comment/73b275de_04bfd2e0?u... : PS6, Line 6: #include "config.h"
fix a compilation error in gprs_ns2_fr.c, where config.h is
included after netdev.h, so the required USE_NETNS defines were not visible.
Feel free to submit a separate patch fixing that by moving config.h before all other includes, it's where it should be.