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

FNMP should declare default configuration constants in a published header #30

Open
mtfriesen opened this issue Jan 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mtfriesen
Copy link
Contributor

We should declare the following types of variables in one header file, rather than in each consuming project:

#define FNMP_IF_DESC "FNMP"
#define FNMP_IPV4_ADDRESS "192.168.200.1"
#define FNMP_NEIGHBOR_IPV4_ADDRESS "192.168.200.2"
#define FNMP_IPV6_ADDRESS "fc00::200:1"
#define FNMP_NEIGHBOR_IPV6_ADDRESS "fc00::200:2"
@mtfriesen mtfriesen added the enhancement New feature or request label Jan 29, 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