mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
21 lines
638 B
Plaintext
21 lines
638 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * networking/hardware_networks/configuring-interface-sysctl-sriov-device.adoc
|
|
|
|
:_mod-docs-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
|
|
----
|
|
|