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

Use /proc/net/nf_conntrack. #57896

Merged
merged 1 commit into from Jan 22, 2018

Commits on Jan 21, 2018

  1. Use /proc/net/nf_conntrack.

    /proc/net/ip_conntrack was finally removed from linux 4.9 onwards,
    instead we should use /proc/net/nf_conntrack (see commit message at
    https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=adf0516845bcd0e626323c858ece28ee58c74455)
    
    Signed-off-by: Chris Glass <chris.glass@canonical.com>
    Chris Glass committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    a2a0b9c View commit details
    Browse the repository at this point in the history