summaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2016-02-02 15:19:00 -0800
committerJoe Stringer <joe@ovn.org>2016-02-04 10:30:30 -0800
commit63129291a986db37218316a7e11feab7ce87c05f (patch)
tree0ebd751a6dd78c2a86d26ac616066354311d0a65 /datapath
parent3f82513a8957b5b880e2270dfeaf28636fbdcc76 (diff)
downloadopenvswitch-63129291a986db37218316a7e11feab7ce87c05f.tar.gz
compat: Rename OVS frag caches.
These should not have the same name as the upstream ones, to reduce confusion when they are created. Rename them. Suggested-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org>
Diffstat (limited to 'datapath')
-rw-r--r--datapath/linux/compat/ip_fragment.c2
-rw-r--r--datapath/linux/compat/nf_conntrack_reasm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/datapath/linux/compat/ip_fragment.c b/datapath/linux/compat/ip_fragment.c
index 3815067a9..1841c49b9 100644
--- a/datapath/linux/compat/ip_fragment.c
+++ b/datapath/linux/compat/ip_fragment.c
@@ -64,7 +64,7 @@
*/
static int sysctl_ipfrag_max_dist __read_mostly = 64;
-static const char ip_frag_cache_name[] = "ip4-frags";
+static const char ip_frag_cache_name[] = "ovs-frag4";
struct ipfrag_skb_cb
{
diff --git a/datapath/linux/compat/nf_conntrack_reasm.c b/datapath/linux/compat/nf_conntrack_reasm.c
index fec9e5794..ef29115b6 100644
--- a/datapath/linux/compat/nf_conntrack_reasm.c
+++ b/datapath/linux/compat/nf_conntrack_reasm.c
@@ -56,7 +56,7 @@
#ifdef OVS_NF_DEFRAG6_BACKPORT
-static const char nf_frags_cache_name[] = "nf-frags";
+static const char nf_frags_cache_name[] = "ovs-frag6";
struct nf_ct_frag6_skb_cb
{