Fix typo.
This commit is contained in:
parent
d22e75316f
commit
93178bf026
@ -50,7 +50,7 @@ The parameters, "mac", "mtu" and "promisc", changes the interface attributes as
|
|||||||
|
|
||||||
* `mac` (string, optional): MAC address (i.e. hardware address) of interface
|
* `mac` (string, optional): MAC address (i.e. hardware address) of interface
|
||||||
* `mtu` (integer, optional): MTU of interface
|
* `mtu` (integer, optional): MTU of interface
|
||||||
* `promisc` (bool, optional): Change the promiscas mode of interface
|
* `promisc` (bool, optional): Change the promiscuous mode of interface
|
||||||
|
|
||||||
## Supported arguments
|
## Supported arguments
|
||||||
The following [CNI_ARGS](https://github.com/containernetworking/cni/blob/master/SPEC.md#parameters) are supported:
|
The following [CNI_ARGS](https://github.com/containernetworking/cni/blob/master/SPEC.md#parameters) are supported:
|
||||||
|
@ -111,7 +111,7 @@ var _ = Describe("tuning plugin", func() {
|
|||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
})
|
})
|
||||||
|
|
||||||
It("configures and deconfigures promiscas mode with ADD/DEL", func() {
|
It("configures and deconfigures promiscuous mode with ADD/DEL", func() {
|
||||||
conf := []byte(`{
|
conf := []byte(`{
|
||||||
"name": "test",
|
"name": "test",
|
||||||
"type": "iplink",
|
"type": "iplink",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user