We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should declare the following types of variables in one header file, rather than in each consuming project:
The text was updated successfully, but these errors were encountered: