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
RFC 8279 Section 6.5 specifies that a BIFT-id uniquely identifies the set <SI, Sub-Domain, BitStringLength>.
Our BIER implementation should support this identification. Currently, it is completely ignored and a single BIFT is supported.
In addition, the related FastClick BIFT URL should also be configurable, it is currently hard-coded to localhost/bift0.
localhost/bift0
The text was updated successfully, but these errors were encountered:
nrybowski
No branches or pull requests
RFC 8279 Section 6.5 specifies that a BIFT-id uniquely identifies the set <SI, Sub-Domain, BitStringLength>.
Our BIER implementation should support this identification. Currently, it is completely ignored and a single BIFT is supported.
In addition, the related FastClick BIFT URL should also be configurable, it is currently hard-coded to
localhost/bift0
.The text was updated successfully, but these errors were encountered: