Frr
services.frr.babel.config
babeld configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.babel.configFile
Configuration file to use for FRR babeld. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/babeld.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.babel.enable
Whether to enable the FRR BABEL routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.babel.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.babel.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.babel.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bfd.config
bfdd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bfd.configFile
Configuration file to use for FRR bfdd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/bfdd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bfd.enable
Whether to enable the FRR BFD routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bfd.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bfd.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bfd.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bgp.config
bgpd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
'' router bgp 65001 neighbor 10.0.0.1 remote-as 65001''
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bgp.configFile
Configuration file to use for FRR bgpd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/bgpd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bgp.enable
Whether to enable the FRR BGP routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bgp.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bgp.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.bgp.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.eigrp.config
eigrpd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.eigrp.configFile
Configuration file to use for FRR eigrpd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/eigrpd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.eigrp.enable
Whether to enable the FRR EIGRP routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.eigrp.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.eigrp.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.eigrp.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.fabric.config
fabricd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.fabric.configFile
Configuration file to use for FRR fabricd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/fabricd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.fabric.enable
Whether to enable the FRR FABRIC routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.fabric.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.fabric.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.fabric.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.isis.config
isisd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.isis.configFile
Configuration file to use for FRR isisd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/isisd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.isis.enable
Whether to enable the FRR ISIS routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.isis.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.isis.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.isis.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ldp.config
ldpd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ldp.configFile
Configuration file to use for FRR ldpd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/ldpd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ldp.enable
Whether to enable the FRR LDP routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ldp.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ldp.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ldp.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.mgmt.config
mgmtd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.mgmt.configFile
Configuration file to use for FRR mgmtd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/mgmtd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.mgmt.enable
Whether to enable the Configuration management daemon.
The Configuration management daemon is automatically enabled if needed, at the moment this is when staticd is enabled.
Type: boolean
Default
config.services.frr.static.enable
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.mgmt.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.mgmt.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.mgmt.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.nhrp.config
nhrpd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.nhrp.configFile
Configuration file to use for FRR nhrpd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/nhrpd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.nhrp.enable
Whether to enable the FRR NHRP routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.nhrp.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.nhrp.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.nhrp.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf.config
ospfd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
'' router ospf network 10.0.0.0/8 area 0''
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf.configFile
Configuration file to use for FRR ospfd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/ospfd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf.enable
Whether to enable the FRR OSPF routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf6.config
ospf6d configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf6.configFile
Configuration file to use for FRR ospf6d. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/ospf6d.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf6.enable
Whether to enable the FRR OSPF6 routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf6.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf6.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ospf6.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pbr.config
pbrd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pbr.configFile
Configuration file to use for FRR pbrd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/pbrd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pbr.enable
Whether to enable the FRR PBR routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pbr.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pbr.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pbr.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pim.config
pimd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pim.configFile
Configuration file to use for FRR pimd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/pimd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pim.enable
Whether to enable the FRR PIM routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pim.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pim.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.pim.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.rip.config
ripd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
'' router rip network 10.0.0.0/8''
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.rip.configFile
Configuration file to use for FRR ripd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/ripd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.rip.enable
Whether to enable the FRR RIP routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.rip.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.rip.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.rip.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ripng.config
ripngd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ripng.configFile
Configuration file to use for FRR ripngd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/ripngd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ripng.enable
Whether to enable the FRR RIPNG routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ripng.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ripng.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.ripng.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.sharp.config
sharpd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.sharp.configFile
Configuration file to use for FRR sharpd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/sharpd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.sharp.enable
Whether to enable the FRR SHARP routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.sharp.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.sharp.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.sharp.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.static.config
staticd configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.static.configFile
Configuration file to use for FRR staticd. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/staticd.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.static.enable
Whether to enable the FRR STATIC routing protocol.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.static.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.static.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.static.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.zebra.config
zebra configuration statements.
Type: strings concatenated with "\n"
Default
""
Example
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.zebra.configFile
Configuration file to use for FRR zebra. By default the NixOS generated files are used.
Type: null or path
Default
null
Example
"/etc/frr/zebra.conf"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.zebra.enable
Whether to enable the Zebra routing manager.
The Zebra routing manager is automatically enabled if any routing protocols are configured.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.zebra.extraOptions
Extra options for the daemon.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.zebra.vtyListenAddress
Address to bind to for the VTY interface.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix
services.frr.zebra.vtyListenPort
TCP Port to bind to for the VTY interface.
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/frr.nix