Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to choose between bird2 and frr #48

Open
felbinger opened this issue Nov 24, 2024 · 0 comments
Open

Add option to choose between bird2 and frr #48

felbinger opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@felbinger
Copy link
Member

It would be great to implement an option to use frr instead of bird2 for configuring DN42. If, like me, you're already running a router with bgp and want to add DN42 as a VRF on the same system, you're currently limited to using bird2, since running multiple BGP daemons on the same system is not recommended due to both needing to bind to port 179.

Maybe something like this for the option:

{
  options.networking.dn42.daemon = lib.mkOption {
    type = lib.types.types.enum [ "frr" "bird2" ];
    description = "Whether bird2 or frr should be used as daemon.";
    default = "bird2";
  };
}
@felbinger felbinger added the enhancement New feature or request label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant