Commit 9478b2f3 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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

parent 4dd7ca03
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
    '';