mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-10-23 08:12:03 +00:00
nft: ensure to assign rule id only once
Make sure an assigned id is not overwritten. So far this function was guaranteed to be called only once. But I would like to allow getting the nftables ruleset string more than once in a future patch. Prepare that. Change-Id: I4e8c48c01fb2f5d4cfd223fe03abbf15b1a55670
This commit is contained in:
@@ -42,6 +42,7 @@ struct upf_nft_tunmap_desc {
|
||||
struct osmo_sockaddr gtp_remote_addr;
|
||||
uint32_t remote_teid;
|
||||
} core;
|
||||
/* id as in ruleset name 'tunmap<id>'. If zero, no id has been assigned yet. */
|
||||
uint32_t id;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user