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

Add memifproxy chain element #84

Merged
merged 1 commit into from
Feb 8, 2021

Commits on Feb 8, 2021

  1. Add memifproxy chain element

    If a client receives an fd for a unix file socket via grpcfd,
    then it is possible that vpp will be unable to open that file in its
    /proc/${pid}/fd/${fd} form.  This is because while the receiving
    client process gets the rights to that open file, vpp doesn't necessarily
    have them.
    
    In order to resolve this issue, the receiving client proxies the memif
    control socket communications bilaterally.
    
    Signed-off-by: Ed Warnicke <hagbard@gmail.com>
    edwarnicke committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fa0b0a9 View commit details
    Browse the repository at this point in the history