contrib: Really add the config files, move them to contrib

This commit is contained in:
Holger Hans Peter Freyther 2012-11-06 23:45:07 +01:00
parent d7999f0557
commit b7568c6897
5 changed files with 38 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@ Makefile
Makefile.in
*.*~
*.sw?
*.cfg
#configure
aclocal.m4

View File

@ -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:

View File

@ -1 +1,2 @@
dist_pkgdata_DATA = osmo_pcap_clean_old
EXTRA_DIST = osmo-pcap-server.cfg osmo-pcap-client.cfg

View File

@ -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

View File

@ -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