diff options
Diffstat (limited to 'tests/topotests/example_munet/r2/daemons')
-rw-r--r-- | tests/topotests/example_munet/r2/daemons | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/topotests/example_munet/r2/daemons b/tests/topotests/example_munet/r2/daemons new file mode 100644 index 0000000..a454c95 --- /dev/null +++ b/tests/topotests/example_munet/r2/daemons @@ -0,0 +1,6 @@ +zebra=1 +staticd=1 +vtysh_enable=1 +watchfrr_enable=1 +zebra_options="-d -F traditional --log=file:/var/log/frr/zebra.log" +staticd_options="-d -F traditional --log=file:/var/log/frr/staticd.log" |