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
Looking at the source, this actually seems to be DLEP_WELL_KNOWN_MULTICAST_PORT_TXT which is 854. This also matches the RFC and the IANA registry.
/*! UDP port for DLEP multicast discovery */ #define DLEP_WELL_KNOWN_MULTICAST_PORT_TXT "854"
This is the offending section: dlep_router discovery_port | 22222 | integer | 1-65535, no fractions
discovery_port | 22222 | integer | 1-65535, no fractions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking at the source, this actually seems to be DLEP_WELL_KNOWN_MULTICAST_PORT_TXT which is 854. This also matches the RFC and the IANA registry.
This is the offending section: dlep_router
discovery_port | 22222 | integer | 1-65535, no fractions
The text was updated successfully, but these errors were encountered: