mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
To keep fork as closely synced with upstream, move NSS packages back into repository. Not sure why they were moved out from my original fork. * nss-firmware * qca-nss-crypto * qca-nss-cfi Removed the following: * mhz (already available in packages repo) * qrtr (unecessary, and has been broken for years) Also moved packages out of `qca` and back into root directory.
12 lines
444 B
Diff
12 lines
444 B
Diff
--- a/vxlanmgr/nss_vxlanmgr.c
|
|
+++ b/vxlanmgr/nss_vxlanmgr.c
|
|
@@ -84,7 +84,7 @@ int32_t nss_vxlanmgr_bind_ipsec_by_ip(un
|
|
{
|
|
int32_t ipsec_if_num;
|
|
nss_vxlanmgr_get_ipsec_if_num_by_ip_callback_t ipsec_cb;
|
|
- struct nss_ctx_instance *nss_ctx = nss_vxlan_get_ctx();
|
|
+ __attribute__((unused)) struct nss_ctx_instance *nss_ctx = nss_vxlan_get_ctx();
|
|
|
|
/*
|
|
* Check if the VxLAN interface is applied over an IPsec interface by querying the IPsec.
|