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

[WIP]: add fastd module #53481

Closed
wants to merge 1 commit into from
Closed

[WIP]: add fastd module #53481

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 6, 2019

Motivation for this change

fastd is a VPN/tunneling service, that is widely used by community mesh networks like Freifunk, because of its good performance on embedded devices and ability to provide a layer 2 tunnel.
This module supports multiple setups, such as a fixed peer configuration (whitelist), a blacklist, or reading peers from a folder (that could for example easily be fetched from git).

I still have to test multi-interface and tun mode, so far I have only tested a very basic tap setup.
I am submitting this early to receive feedback and improve the module while I am using it in a new setup.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

};

package = mkOption {
default = pkgs.fastd;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example = literalExample "pkgs.fastd";

@flokli
Copy link
Contributor

flokli commented Jan 12, 2019

cc @fpletz

@aanderse
Copy link
Member

aanderse commented Aug 4, 2019

@petabyteboy is this PR still something you're working on, or something you're interested in working on?

@ghost
Copy link
Author

ghost commented Aug 5, 2019

@petabyteboy is this PR still something you're working on, or something you're interested in working on?

At some point, yes, but it might be a while until I get to it.

@ghost
Copy link
Author

ghost commented Nov 17, 2019

I don't think I will work on this anymore

@ghost ghost closed this Nov 17, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants