Skip to content

Commit

Permalink
route: fix documentation comment for nl_nh_group_info
Browse files Browse the repository at this point in the history
#356

Fixes: 780d06a ('route: add nh type')
  • Loading branch information
thom311 committed Aug 17, 2023
1 parent 59f8db0 commit 74bffbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/netlink/route/nh.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ extern "C" {
struct rtnl_nh;

typedef struct nl_nh_group_info {
uint32_t nh_id; /*!< VLAN number */
uint8_t weight; /*!< VLAN QOS value */
uint32_t nh_id; /*!< nexthop id */
uint8_t weight; /*!< weight in nexthop group */
} nl_nh_group_info_t;

typedef struct nl_nh_group {
Expand Down

0 comments on commit 74bffbf

Please sign in to comment.