From 7fa3dd2881be537ec6144850064ad1419dc12f3e Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sun, 27 Oct 2019 17:28:10 -0400 Subject: docs: cleanup typos on readthrough Type: style Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880 Signed-off-by: Paul Vinciguerra --- docs/reference/cmdreference/interface/create_interface.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/reference/cmdreference/interface') diff --git a/docs/reference/cmdreference/interface/create_interface.rst b/docs/reference/cmdreference/interface/create_interface.rst index c646a9947ad..9aeae33e98b 100644 --- a/docs/reference/cmdreference/interface/create_interface.rst +++ b/docs/reference/cmdreference/interface/create_interface.rst @@ -133,14 +133,13 @@ This command has several variations: - **create sub-interfaces** <*interface*> <*subId*>-<*subId*> - Create a range of subinterfaces to handle a range of VLAN IDs. - **create sub-interfaces** <*interface*> <*subId*> dot1q|dot1ad <*vlanId*>|any - [exact-match] - Use this command to specify the outer VLAN ID, to - either be explicited or to make the VLAN ID different from the - *subId*. + [exact-match] - Use this command to explicitly specify the outer VLAN ID, + or to make the VLAN ID different from the *subId*. - **create sub-interfaces** <*interface*> <*subId*> dot1q|dot1ad <*vlanId*>|any inner-dot1q <*vlanId*>|any [exact-match] - Use this command to - specify the outer VLAN ID and the innner VLAN ID. + specify the outer VLAN ID and the inner VLAN ID. -When *dot1q* or *dot1ad* is explictly entered, subinterfaces can be +When *dot1q* or *dot1ad* is explicitly entered, subinterfaces can be configured as either *exact-match* or *non-exact match*. *Non-exact match* is the CLI default. If *exact-match* is specified, packets must have the same number of VLAN tags as the configuration. For *non-exact-match*, -- cgit 1.2.3-korg