You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ce...@apache.org on 2016/07/15 17:09:13 UTC

incubator-metron git commit: METRON-266 Remove duplicate entries of sniff_interface (nickwallen via cestella) closes apache/incubator-metron#183

Repository: incubator-metron
Updated Branches:
  refs/heads/master 523b7b1c6 -> e50c0f377


METRON-266 Remove duplicate entries of sniff_interface (nickwallen via cestella) closes apache/incubator-metron#183


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/e50c0f37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/e50c0f37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/e50c0f37

Branch: refs/heads/master
Commit: e50c0f3777aeb66db490eddc3be5cb8b05d073cd
Parents: 523b7b1
Author: nickwallen <ni...@nickallen.org>
Authored: Fri Jul 15 13:09:03 2016 -0400
Committer: cstella <ce...@gmail.com>
Committed: Fri Jul 15 13:09:03 2016 -0400

----------------------------------------------------------------------
 metron-deployment/inventory/metron_example/group_vars/all | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/e50c0f37/metron-deployment/inventory/metron_example/group_vars/all
----------------------------------------------------------------------
diff --git a/metron-deployment/inventory/metron_example/group_vars/all b/metron-deployment/inventory/metron_example/group_vars/all
index eebb0ff..bfa2469 100644
--- a/metron-deployment/inventory/metron_example/group_vars/all
+++ b/metron-deployment/inventory/metron_example/group_vars/all
@@ -59,7 +59,7 @@ java_home: /usr/jdk64/jdk1.8.0_40
 pcapservice_port: 8081
 
 # sensors
-sniff_interface: eth0
+sniff_interface: eth1
 bro_version: "2.4.1"
 fixbuf_version: "1.7.1"
 yaf_version: "2.8.0"
@@ -77,7 +77,6 @@ tap_ip: 10.0.0.1
 sensor_test_mode: True
 pcap_replay_interface: tap0
 pcap_replay_home: /opt/pcap-replay
-sniff_interface: tap0
 
 # data directories
 zookeeper_data_dir: "/data1/hadoop/zookeeper"