summaryrefslogtreecommitdiff
path: root/lib/route/link/vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/link/vlan.c')
-rw-r--r--lib/route/link/vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/link/vlan.c b/lib/route/link/vlan.c
index b9f0c660..f977bc41 100644
--- a/lib/route/link/vlan.c
+++ b/lib/route/link/vlan.c
@@ -603,7 +603,7 @@ struct vlan_map *rtnl_link_vlan_get_egress_map(struct rtnl_link *link,
/** @} */
static const struct trans_tbl vlan_flags[] = {
- __ADD(VLAN_FLAG_REORDER_HDR, reorder_hdr)
+ __ADD(VLAN_FLAG_REORDER_HDR, reorder_hdr),
};
/**