nixos/tests/frr: Adjust hello-interval and dead-interval

https://github.com/NixOS/nixpkgs/pull/365164#issuecomment-2572728393
This commit is contained in:
Thomas Gerbet
2025-01-06 11:04:34 +01:00
parent 4dd7ca03a3
commit 9478b2f3e8
+4
View File
@@ -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
'';