Skip to content

Commit

Permalink
update DRV_VERSION to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
free5gc-org committed Sep 2, 2022
1 parent d9451d1 commit c57d638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions genl_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ static int gtp5g_genl_fill_ver(struct sk_buff *skb, u32 snd_portid, u32 snd_seq,

if (nla_put_string(skb, GTP5G_VERSION, DRV_VERSION))
goto genlmsg_fail;

genlmsg_end(skb, genlh);
return 0;

genlmsg_fail:
genlmsg_cancel(skb, genlh);
return -EMSGSIZE;
Expand All @@ -40,4 +40,4 @@ int gtp5g_genl_get_version(struct sk_buff *skb, struct genl_info *info)
}

return genlmsg_unicast(genl_info_net(info), skb_ack, info->snd_portid);
}
}
2 changes: 1 addition & 1 deletion genl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "genl.h"

#define DRV_VERSION "0.6.5"
#define DRV_VERSION "0.6.6"

enum gtp5g_version {
GTP5G_VERSION
Expand Down

0 comments on commit c57d638

Please sign in to comment.