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.
18 lines
430 B
Diff
18 lines
430 B
Diff
--- a/gre/nss_connmgr_gre_v4.c
|
|
+++ b/gre/nss_connmgr_gre_v4.c
|
|
@@ -172,14 +172,6 @@ int nss_connmgr_gre_v4_set_config(struct
|
|
}
|
|
}
|
|
|
|
- /*
|
|
- * IP address validate
|
|
- */
|
|
- if ((cfg->src_ip == 0) || (cfg->dest_ip == 0)) {
|
|
- nss_connmgr_gre_warning("Source ip/Destination IP is invalid");
|
|
- return GRE_ERR_INVALID_IP;
|
|
- }
|
|
-
|
|
memset(t, 0, sizeof(struct ip_tunnel));
|
|
|
|
priv->pad_len = (cfg->add_padding) ? GRE_HDR_PAD_LEN : 0;
|