]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: Modify documentation to reflect new configure changes
authorDinesh Dutt <dd.ps4u@gmail.com>
Wed, 8 May 2019 01:03:25 +0000 (21:03 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 May 2019 01:06:00 +0000 (21:06 -0400)
This is the document changes to reflect the configure option
making `terminal` optional.

Signed-off-by: Dinesh Dutt <dd.ps4u@gmail.com>
doc/user/basic.rst
doc/user/static.rst

index 8fbea29ee7ec42aef3cc83d2101d35baa2877422..f55b1b9d73a77a88fd350f2a282802203f709363 100644 (file)
@@ -287,8 +287,8 @@ Terminal Mode Commands
 
    Write current configuration to configuration file.
 
-.. index:: configure terminal
-.. clicmd:: configure terminal
+.. index:: configure [terminal]
+.. clicmd:: configure [terminal]
 
    Change to configuration mode. This command is the first step to
    configuration.
index 1705b6379e8aa9f0e1f129d09c22b737c68d8161..09bdc9cbea0ea238c0d71cd517514abb74b4fd2c 100644 (file)
@@ -123,7 +123,7 @@ but this time, the route command will apply to the VRF.
 .. code-block:: frr
 
    # case with VRF
-   configure terminal
+   configure
    vrf r1-cust1
     ip route 10.0.0.0/24 10.0.0.2
    exit-vrf