tools: ynl-gen: don't generate forward declarations for policies - regen
Renegerate code after dropping forward declarations for policies. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
168dea20ec
commit
0a94712196
@ -42,8 +42,6 @@ const char *fou_encap_type_str(int value)
|
||||
}
|
||||
|
||||
/* Policies */
|
||||
extern struct ynl_policy_nest fou_nest;
|
||||
|
||||
struct ynl_policy_attr fou_policy[FOU_ATTR_MAX + 1] = {
|
||||
[FOU_ATTR_UNSPEC] = { .name = "unspec", .type = YNL_PT_REJECT, },
|
||||
[FOU_ATTR_PORT] = { .name = "port", .type = YNL_PT_U16, },
|
||||
|
@ -69,10 +69,6 @@ const char *handshake_auth_str(enum handshake_auth value)
|
||||
}
|
||||
|
||||
/* Policies */
|
||||
extern struct ynl_policy_nest handshake_x509_nest;
|
||||
extern struct ynl_policy_nest handshake_accept_nest;
|
||||
extern struct ynl_policy_nest handshake_done_nest;
|
||||
|
||||
struct ynl_policy_attr handshake_x509_policy[HANDSHAKE_A_X509_MAX + 1] = {
|
||||
[HANDSHAKE_A_X509_CERT] = { .name = "cert", .type = YNL_PT_U32, },
|
||||
[HANDSHAKE_A_X509_PRIVKEY] = { .name = "privkey", .type = YNL_PT_U32, },
|
||||
|
@ -48,8 +48,6 @@ const char *netdev_xdp_act_str(enum netdev_xdp_act value)
|
||||
}
|
||||
|
||||
/* Policies */
|
||||
extern struct ynl_policy_nest netdev_dev_nest;
|
||||
|
||||
struct ynl_policy_attr netdev_dev_policy[NETDEV_A_DEV_MAX + 1] = {
|
||||
[NETDEV_A_DEV_IFINDEX] = { .name = "ifindex", .type = YNL_PT_U32, },
|
||||
[NETDEV_A_DEV_PAD] = { .name = "pad", .type = YNL_PT_IGNORE, },
|
||||
|
Loading…
x
Reference in New Issue
Block a user