NL_RTA_WEIGHT
snl_add_msg_attr_u32(&nw, NL_RTA_WEIGHT, rt_metrics->rmx_weight);
{ .type = NL_RTA_WEIGHT, .off = _OUT(rtax_weight), .cb = snl_attr_get_uint32 },
nlattr_add_u32(nw, NL_RTA_WEIGHT, nhop_weight);
nlattr_add_u32(nw, NL_RTA_WEIGHT, rnd->rnd_weight);
{ .type = NL_RTA_WEIGHT, .off = _OUT(rta_weight), .cb = nlattr_get_uint32 },