aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/osmo-pcap-server/osmo-pcap-server.cfg
blob: e3801133d0ac38a340f02cf509e503d990fba477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
!
! 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
 file-permission-mask 0440
 server ip 127.0.0.1
 server port 6001
 max-file-size 262144000
 client zecke 127.0.0.1