Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-29403

Not all net.* per-interface sysctls declared safe by TELCOSTRAT-10 / CNF-3642 are implemented in the default cni-sysctl-allowlist

XMLWordPrintable

    • Low
    • No
    • False
    • Hide

      None

      Show
      None
    • Hide
      Adding more safe sysctls, that were previously erroneously dropped out, to tuning CNI allowed list
      *Cause*: Allow list was missing some sysctls that were declared safe
      *Consequence*: Customers couldnt use them
      *Fix*: Added to the allow-list
      *Result*: and now they can be used
      Show
      Adding more safe sysctls, that were previously erroneously dropped out, to tuning CNI allowed list *Cause*: Allow list was missing some sysctls that were declared safe *Consequence*: Customers couldnt use them *Fix*: Added to the allow-list *Result*: and now they can be used
    • Bug Fix
    • In Progress

      Description of problem: Not all net.* per-interface sysctls declared safe by TELCOSTRAT-10 / CNF-3642 are implemented in the default cni-sysctl-allowlist.

      E.g.
      net.ipv6.conf.IFNAME.disable_ipv6,
      net.ipv6.conf.IFNAME.disable_policy,
      net.ipv4.conf.IFNAME.rp_filter,
      net.ipv4.conf.IFNAME.forwarding,
      net.ipv4.conf.IFNAME.forwarding,

      and possibly others.

      Version-Release number of selected component (if applicable): 4.14

      How reproducible: Always

      Steps to Reproduce:
      1. Compare the list of per-interface sysctls declared safe in TELCOSTRAT-10 / CNF-3642 / CNF-4093 Google Doc and Jira comments to the default cni-sysctl-allowlist in the code

      Actual results: List of per-interface sysctls declared safe in the default cni-sysctl-allowlist in the code does not match the list in TELCOSTRAT-10 / CNF-3642 / CNF-4093

      Expected results: List of per-interface sysctls declared safe in the default cni-sysctl-allowlist in the code should match the list in TELCOSTRAT-10 / CNF-3642 / CNF-4093

      Additional info: None

            ykashtan Yuval Kashtan
            bnivenje@redhat.com Ben Niven-Jenkins
            Weibin Liang Weibin Liang
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: