Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra/netconf_netlink.c: fix build without AF_MPLS
Fix the following build failure raised since version 8.4 and d53dc9b: zebra/netconf_netlink.c: In function 'netlink_netconf_change': zebra/netconf_netlink.c:109:32: error: 'AF_MPLS' undeclared (first use in this function) 109 | if (ncm->ncm_family == AF_MPLS) | ^~~~~~~ Signed-off-by: Fabrice Fontaine <[email protected]>
- Loading branch information