Merge pull request #708 from wking/backtick-cleanup

config-solaris: Fix "VNIC`s" -> "VNIC's" typo
This commit is contained in:
Qiang Huang 2017-03-07 21:42:20 -06:00 committed by GitHub
commit f82df753f9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Mapped to `allowed-address` in the [zonecfg(1M)][zonecfg.1m] man page.
When it is set to false, the allowedAddress will not be configured on container start.
Mapped to `configure-allowed-address` in the [zonecfg(1M)][zonecfg.1m] man page.
* **`defrouter`** *(string, OPTIONAL)* The value for the OPTIONAL default router.
* **`macAddress`** *(string, OPTIONAL)* Set the VNIC`s MAC addresses based on the specified value or keyword.
* **`macAddress`** *(string, OPTIONAL)* Set the VNIC's MAC addresses based on the specified value or keyword.
If not a keyword, it is interpreted as a unicast MAC address.
For a list of the supported keywords please refer to the [zonecfg(1M)][zonecfg.1m] man page of the respective Solaris release.
Mapped to `mac-address` in the [zonecfg(1M)][zonecfg.1m] man page.