Skip to content

Commit 89d4a78

Browse files
authored
Merge pull request #32540 from aireilly/BZ1938270
updates for BZ1938270
2 parents 45178b1 + 1974e5c commit 89d4a78

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

modules/cnf-assigning-a-secondary-network-to-a-vrf.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
As a cluster administrator, you can configure an additional network for your VRF domain by using the CNI VRF plug-in. The virtual network created by this plug-in is associated with a physical interface that you specify.
1010

11+
[NOTE]
12+
====
13+
Applications that use VRFs need to bind to a specific device. The common usage is to use the `SO_BINDTODEVICE` option for a socket. `SO_BINDTODEVICE` binds the socket to a device that is specified in the passed interface name, for example, `eth1`. To use `SO_BINDTODEVICE`, the application must have `CAP_NET_RAW` capabilities.
14+
====
15+
1116
[id="cnf-creating-an-additional-network-attachment-with-the-cni-vrf-plug-in_{context}"]
1217
== Creating an additional network attachment with the CNI VRF plug-in
1318

modules/cnf-assigning-a-sriov-network-to-a-vrf.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ As a cluster administrator, you can assign an SR-IOV network interface to your V
99

1010
To do this, add the VRF configuration to the optional `metaPlugins` parameter of the `SriovNetwork` resource.
1111

12+
[NOTE]
13+
====
14+
Applications that use VRFs need to bind to a specific device. The common usage is to use the `SO_BINDTODEVICE` option for a socket. `SO_BINDTODEVICE` binds the socket to a device that is specified in the passed interface name, for example, `eth1`. To use `SO_BINDTODEVICE`, the application must have `CAP_NET_RAW` capabilities.
15+
====
16+
1217
[id="cnf-creating-an-additional-sriov-network-with-vrf-plug-in_{context}"]
1318
== Creating an additional SR-IOV network attachment with the CNI VRF plug-in
1419

0 commit comments

Comments
 (0)