From: Maximiliano Estudies Date: Tue, 14 Jun 2022 13:16:43 +0000 (+0200) Subject: doc: replace the import/export keywords for in/out X-Git-Tag: base_8.4~359^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e007d49e1e2553497a5ff90670f984dad3cbf5e9;p=matthieu%2Ffrr.git doc: replace the import/export keywords for in/out Signed-off-by: Maximiliano Estudies --- diff --git a/doc/user/routeserver.rst b/doc/user/routeserver.rst index 5100d679f7..969cd17920 100644 --- a/doc/user/routeserver.rst +++ b/doc/user/routeserver.rst @@ -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 ... ! ...