nh_group
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
5.4
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
5.8
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool mpath;
bool fdb_nh;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
5.11
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool mpath;
bool fdb_nh;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
5.13
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool is_multipath;
bool hash_threshold;
bool resilient;
bool fdb_nh;
bool has_v4;
struct nh_res_table *res_table;
struct nh_grp_entry nh_entries[0];
};
5.15
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool is_multipath;
bool hash_threshold;
bool resilient;
bool fdb_nh;
bool has_v4;
struct nh_res_table *res_table;
struct nh_grp_entry nh_entries[0];
};
5.19
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool is_multipath;
bool hash_threshold;
bool resilient;
bool fdb_nh;
bool has_v4;
struct nh_res_table *res_table;
struct nh_grp_entry nh_entries[0];
};
6.2
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool is_multipath;
bool hash_threshold;
bool resilient;
bool fdb_nh;
bool has_v4;
struct nh_res_table *res_table;
struct nh_grp_entry nh_entries[0];
};
6.5
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool is_multipath;
bool hash_threshold;
bool resilient;
bool fdb_nh;
bool has_v4;
struct nh_res_table *res_table;
struct nh_grp_entry nh_entries[0];
};
6.8
: ✅struct nh_group {
struct nh_group *spare;
u16 num_nh;
bool is_multipath;
bool hash_threshold;
bool resilient;
bool fdb_nh;
bool has_v4;
struct nh_res_table *res_table;
struct nh_grp_entry nh_entries[0];
};
arm64
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
armhf
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
ppc64el
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
riscv64
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
aws
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
azure
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
gcp
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
lowlatency
: ✅struct nh_group {
u16 num_nh;
bool mpath;
bool has_v4;
struct nh_grp_entry nh_entries[0];
};
Regular
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct nh_group *spare
bool fdb_nh
5.8
and 5.11
✅
5.11
and 5.13
⚠️bool is_multipath
bool hash_threshold
bool resilient
struct nh_res_table *res_table
bool mpath
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅