]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: replace the import/export keywords for in/out
authorMaximiliano Estudies <maximiliano.estudies@deepl.com>
Tue, 14 Jun 2022 13:16:43 +0000 (15:16 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 15 Jun 2022 11:18:55 +0000 (11:18 +0000)
Signed-off-by: Maximiliano Estudies <maxiestudies@gmail.com>
(cherry picked from commit e007d49e1e2553497a5ff90670f984dad3cbf5e9)

doc/user/routeserver.rst

index 5100d679f704c96165369cad61fa70b7927b88db..969cd17920b44a43e4bec65b899e6cbbed96782b 100644 (file)
@@ -183,7 +183,7 @@ in order to support the route server features.
    that moment, every announcement received by the route server will be also
    considered for the new Loc-RIB.
 
-.. clicmd:: neigbor A.B.C.D|X.X::X.X|peer-group route-map WORD import|export
+.. clicmd:: neigbor A.B.C.D|X.X::X.X|peer-group route-map WORD in|out
 
    This set of commands can be used to specify the route-map that represents
    the Import or Export policy of a peer which is configured as a RS-client
@@ -372,20 +372,20 @@ the policies for client RA):
      address-family ipv6
        neighbor 2001:0DB8::A activate
        neighbor 2001:0DB8::A route-server-client
-       neighbor 2001:0DB8::A route-map RSCLIENT-A-IMPORT import
-       neighbor 2001:0DB8::A route-map RSCLIENT-A-EXPORT export
+       neighbor 2001:0DB8::A route-map RSCLIENT-A-IMPORT in
+       neighbor 2001:0DB8::A route-map RSCLIENT-A-EXPORT out
        neighbor 2001:0DB8::A soft-reconfiguration inbound
 
        neighbor 2001:0DB8::B activate
        neighbor 2001:0DB8::B route-server-client
-       neighbor 2001:0DB8::B route-map RSCLIENT-B-IMPORT import
-       neighbor 2001:0DB8::B route-map RSCLIENT-B-EXPORT export
+       neighbor 2001:0DB8::B route-map RSCLIENT-B-IMPORT in
+       neighbor 2001:0DB8::B route-map RSCLIENT-B-EXPORT out
        neighbor 2001:0DB8::B soft-reconfiguration inbound
 
        neighbor 2001:0DB8::C activate
        neighbor 2001:0DB8::C route-server-client
-       neighbor 2001:0DB8::C route-map RSCLIENT-C-IMPORT import
-       neighbor 2001:0DB8::C route-map RSCLIENT-C-EXPORT export
+       neighbor 2001:0DB8::C route-map RSCLIENT-C-IMPORT in
+       neighbor 2001:0DB8::C route-map RSCLIENT-C-EXPORT out
        neighbor 2001:0DB8::C soft-reconfiguration inbound
      exit-address-family
    !
@@ -501,7 +501,7 @@ do it:
 
 .. code-block:: frr
 
-   neighbor 2001:0DB8::A route-map RSCLIENT-A-IMPORT import
+   neighbor 2001:0DB8::A route-map RSCLIENT-A-IMPORT in
    ...
    !
    ...