services.frr.config

NixOS option

FRR configuration statements.

type: strings concatenated with "\n"
Default
""
Example
''
  router rip
    network 10.0.0.0/8
  router ospf
    network 10.0.0.0/8 area 0
  router bgp 65001
    neighbor 10.0.0.1 remote-as 65001
''
declared in: nixos/modules/services/networking/frr.nixView source on NixOS/nixpkgs →