1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/nw-sriov-interface-level-sysctl-basic.adoc

21 lines
630 B
Plaintext

// Module included in the following assemblies:
//
// * networking/hardware_networks/configuring-interface-sysctl-sriov-device.adoc
:_content-type: CONCEPT
[id="nw-setting-one-sysctl-flag_{context}"]
= Setting one sysctl flag
You can set interface-level network `sysctl` settings for a pod connected to a SR-IOV network device.
In this example, `net.ipv4.conf.IFNAME.accept_redirects` is set to `1` on the created virtual interfaces.
The `sysctl-tuning-test` is a namespace used in this example.
* Use the following command to create the `sysctl-tuning-test` namespace:
+
----
$ oc create namespace sysctl-tuning-test
----