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
#364
networkservicemesh/cmd-nse-vl3-vpp#1
We need to create unnumbered chain element. It allows us to process IP packets without configuring a unique IP address on an interface. Instead of that, we will "borrow" IP-address from loopback interface. API function: https://github.com/edwarnicke/govpp/blob/main/binapi/interface/interface_rpc.ba.go#L349
unnumbered
loopback
The text was updated successfully, but these errors were encountered:
glazychev-art
Successfully merging a pull request may close this issue.
Depends on
#364
Context
networkservicemesh/cmd-nse-vl3-vpp#1
Description
We need to create
unnumbered
chain element. It allows us to process IP packets without configuring a unique IP address on an interface. Instead of that, we will "borrow" IP-address fromloopback
interface.API function: https://github.com/edwarnicke/govpp/blob/main/binapi/interface/interface_rpc.ba.go#L349
The text was updated successfully, but these errors were encountered: