Skip to content

Commit

Permalink
nixos/tests/frr: Adjust hello-interval and dead-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Jan 6, 2025
1 parent 4dd7ca0 commit 9478b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/tests/frr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import ./make-test-python.nix (
ifAddr = node: iface: (pkgs.lib.head node.networking.interfaces.${iface}.ipv4.addresses).address;

ospfConf1 = ''
interface eth2
ip ospf hello-interval 1
ip ospf dead-interval 5
!
router ospf
network 192.168.0.0/16 area 0
'';
Expand Down

0 comments on commit 9478b2f

Please sign in to comment.