diff options
author | Cordell O'Leary <cordell.oleary@alliedtelesis.co.nz> | 2024-01-22 22:58:59 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2024-02-29 20:00:30 (GMT) |
commit | e21278edd556be41358bc41c9dcca5c534ac2ca3 (patch) | |
tree | ae105fe2c6d825cf9de1130f2eaac5274db521b4 /include | |
parent | 4f324f7303fddf736f8b71504e48efe6cca72ace (diff) | |
download | libnl-e21278edd556be41358bc41c9dcca5c534ac2ca3.zip libnl-e21278edd556be41358bc41c9dcca5c534ac2ca3.tar.gz libnl-e21278edd556be41358bc41c9dcca5c534ac2ca3.tar.bz2 |
tests: add test for bridge vlan attributes.
Diffstat (limited to 'include')
-rw-r--r-- | include/nl-priv-static-route/nl-priv-static-route.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/nl-priv-static-route/nl-priv-static-route.h b/include/nl-priv-static-route/nl-priv-static-route.h index 65ff531..ad9f98f 100644 --- a/include/nl-priv-static-route/nl-priv-static-route.h +++ b/include/nl-priv-static-route/nl-priv-static-route.h @@ -3,6 +3,10 @@ #ifndef NETLINK_ROUTE_UTILS_PRIV_H_ #define NETLINK_ROUTE_UTILS_PRIV_H_ +#include <netlink/route/link/bridge.h> + extern const uint8_t *const _nltst_map_stat_id_from_IPSTATS_MIB_v2; +extern int _nl_bridge_fill_vlan_info(struct nl_msg *msg, + struct rtnl_link_bridge_vlan *vlan_info); #endif |