diff options
author | Daniel Gollub <dgollub@att.com> | 2019-11-11 15:07:38 +0100 |
---|---|---|
committer | Daniel Gollub <dgollub@att.com> | 2019-11-11 15:07:38 +0100 |
commit | 5227b247c8b6da5b07d5e1a4541e59be3ed32346 (patch) | |
tree | 76adbf264730c7bd0cc0e9e90ea81dada74ad95c /tacplus-daemon/test/config/typical | |
download | tacplusd-initial.tar.gz tacplusd-initial.zip |
DANOS Importinitial
Diffstat (limited to 'tacplus-daemon/test/config/typical')
-rw-r--r-- | tacplus-daemon/test/config/typical | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tacplus-daemon/test/config/typical b/tacplus-daemon/test/config/typical new file mode 100644 index 0000000..3f031ef --- /dev/null +++ b/tacplus-daemon/test/config/typical @@ -0,0 +1,19 @@ +[general] +BroadcastAccounting=false +SetupTimeout=2 +Dscp=16 +[server1] +Address=1.1.1.1 +Port=49 +Secret=foo +Timeout=3 +HoldDown=0 +SourceInterface=eth0 + +[server2] +Address=2:2::2:2 +Port=200 +Secret=bar +Timeout=10 +HoldDown=12 +SourceAddress=1:1::1:1 |