nixos/tests/frr: Adjust hello-interval and dead-interval
https://github.com/NixOS/nixpkgs/pull/365164#issuecomment-2572728393
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user