diff options
Diffstat (limited to 'tests/topotests/ospf_metric_propagation/h2/frr.conf')
-rw-r--r-- | tests/topotests/ospf_metric_propagation/h2/frr.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/topotests/ospf_metric_propagation/h2/frr.conf b/tests/topotests/ospf_metric_propagation/h2/frr.conf new file mode 100644 index 0000000..f951fe6 --- /dev/null +++ b/tests/topotests/ospf_metric_propagation/h2/frr.conf @@ -0,0 +1,10 @@ +! +hostname h2 +password zebra +log file /tmp/h2-frr.log +! +ip route 0.0.0.0/0 10.0.94.4 +! +interface h2-eth0 + ip address 10.0.94.2/24 +!
\ No newline at end of file |