From b7568c689774759f798585146589ce86b6029ac0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Nov 2012 23:45:07 +0100 Subject: contrib: Really add the config files, move them to contrib --- .gitignore | 1 - Makefile.am | 2 +- contrib/Makefile.am | 1 + contrib/osmo-pcap-client.cfg | 14 ++++++++++++++ contrib/osmo-pcap-server.cfg | 22 ++++++++++++++++++++++ 5 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 contrib/osmo-pcap-client.cfg create mode 100644 contrib/osmo-pcap-server.cfg diff --git a/.gitignore b/.gitignore index 6c7b6c8..7b12006 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ Makefile Makefile.in *.*~ *.sw? -*.cfg #configure aclocal.m4 diff --git a/Makefile.am b/Makefile.am index c38e39a..7c9c65b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 SUBDIRS = include src contrib BUILT_SOURCES = $(top_srcdir)/.version -EXTRA_DIST = git-version-gen osmo-pcap-server.cfg osmo-pcap-client.cfg +EXTRA_DIST = git-version-gen $(top_srcdir)/.version: echo $(VERSION) > $@-t && mv $@-t $@ dist-hook: diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 32bb8c2..3585924 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1 +1,2 @@ dist_pkgdata_DATA = osmo_pcap_clean_old +EXTRA_DIST = osmo-pcap-server.cfg osmo-pcap-client.cfg diff --git a/contrib/osmo-pcap-client.cfg b/contrib/osmo-pcap-client.cfg new file mode 100644 index 0000000..829ae5d --- /dev/null +++ b/contrib/osmo-pcap-client.cfg @@ -0,0 +1,14 @@ +! +! OsmoPCAPClient (UNKNOWN-dirty) configuration saved from vty +!! +! +! +line vty + no login +! +client + pcap device any + pcap filter host www.google.com + pcap detect-loop 0 + server ip 127.0.0.1 + server port 6001 diff --git a/contrib/osmo-pcap-server.cfg b/contrib/osmo-pcap-server.cfg new file mode 100644 index 0000000..2f4123a --- /dev/null +++ b/contrib/osmo-pcap-server.cfg @@ -0,0 +1,22 @@ +! +! OsmoPCAPServer (UNKNOWN) configuration saved from vty +!! +! +log stderr + logging color 1 + logging timestamp 0 + logging level all everything + logging level pcap notice + logging level client notice + logging level server notice + logging level vty notice +! +line vty + no login +! +server + base-path /tmp + server ip 127.0.0.1 + server port 6001 + max-file-size 262144000 + client zecke 127.0.0.1 -- cgit v1.2.3