runmode-pfring: Fixed typo s/fron/from/

pull/1138/merge
Mats Klepsland 11 years ago committed by Victor Julien
parent a01b3339c7
commit 78c1af6b38

@ -166,7 +166,7 @@ void *OldParsePfringConfig(const char *iface)
SCLogInfo("DNA interface detected, not setting cluster type for PF_RING (iface %s)", SCLogInfo("DNA interface detected, not setting cluster type for PF_RING (iface %s)",
pfconf->iface); pfconf->iface);
} else if (ConfGet("pfring.cluster-type", &tmpctype) != 1) { } else if (ConfGet("pfring.cluster-type", &tmpctype) != 1) {
SCLogError(SC_ERR_GET_CLUSTER_TYPE_FAILED,"Could not get cluster-type fron config"); SCLogError(SC_ERR_GET_CLUSTER_TYPE_FAILED,"Could not get cluster-type from config");
} else if (strcmp(tmpctype, "cluster_round_robin") == 0) { } else if (strcmp(tmpctype, "cluster_round_robin") == 0) {
SCLogInfo("Using round-robin cluster mode for PF_RING (iface %s)", SCLogInfo("Using round-robin cluster mode for PF_RING (iface %s)",
pfconf->iface); pfconf->iface);
@ -340,7 +340,7 @@ void *ParsePfringConfig(const char *iface)
pfconf->iface); pfconf->iface);
} else if (ConfGetChildValueWithDefault(if_root, if_default, "cluster-type", &tmpctype) != 1) { } else if (ConfGetChildValueWithDefault(if_root, if_default, "cluster-type", &tmpctype) != 1) {
SCLogError(SC_ERR_GET_CLUSTER_TYPE_FAILED, SCLogError(SC_ERR_GET_CLUSTER_TYPE_FAILED,
"Could not get cluster-type fron config"); "Could not get cluster-type from config");
} else { } else {
getctype = 1; getctype = 1;
} }

Loading…
Cancel
Save