]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: remove @group / @end group
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 26 Jan 2018 17:38:08 +0000 (12:38 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 26 Jan 2018 17:38:08 +0000 (12:38 -0500)
Don't need these in RST

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/user/appendix.rst
doc/user/eigrpd.rst
doc/user/isisd.rst
doc/user/nhrpd.rst
doc/user/ospf6d.rst
doc/user/ospf_fundamentals.rst
doc/user/ospfd.rst
doc/user/ripd.rst
doc/user/routemap.rst
doc/user/zebra.rst

index 334d162c913a0b0b3f70b6df622dd0958d6463ba..e2948312a38993fd2d89b224d2bd198fe10f3ec3 100644 (file)
@@ -210,7 +210,6 @@ The file specified in "File Name" contains all routing entries,
 which are in the format of ``subtype == BGP4MP_ENTRY``.
 
 @example
-@group
 Constants:::
 
   /* type value */
index 7686ef099db6c7596750b1208a24a03da4df6b58..d4f7e301b3dedebac9ce85457fbf4ec802b2493a 100644 (file)
@@ -31,10 +31,8 @@ EIGRP is like below:
 
 ::
 
-  @group
   # zebra -d
   # eigrpd -d
-  @end group
   
 
 Please note that *zebra* must be invoked before *eigrpd*.
@@ -99,12 +97,10 @@ Command {no router eigrp (1-65535)} {}
 
 ::
 
-    @group
     !
     router eigrp 1
      network 10.0.0.0/8
     !
-    @end group
     
 
   Passive interface
@@ -214,7 +210,6 @@ Command {show ip eigrp topology} {}
 
 ::
 
-  @group
   eigrpd> **show ip eigrp topology**
   # show ip eigrp topo
 
@@ -225,7 +220,6 @@ Command {show ip eigrp topology} {}
 
   P  10.0.2.0/24, 1 successors, FD is 256256, serno: 0 
          via Connected, enp0s3
-  @end group
   
 
 EIGRP Debug Commands
index 667af9605770d7a771204f080a608746da70f5b3..d1c1336b4e08081b35675985afeda6b55c2e419e 100644 (file)
@@ -553,7 +553,6 @@ A simple example, with MD5 authentication enabled:
 
 ::
 
-  @group
   !
   interface eth0
    ip router isis FOO
@@ -564,7 +563,6 @@ A simple example, with MD5 authentication enabled:
   net 47.0023.0000.0000.0000.0000.0000.0000.1900.0004.00
    metric-style wide
    is-type level-2-only
-  @end group
   
 
 A Traffic Engineering configuration, with Inter-ASv2 support.
@@ -573,7 +571,6 @@ A Traffic Engineering configuration, with Inter-ASv2 support.
 
 ::
 
-  @group
   hostname HOSTNAME
   password PASSWORD
   log file /var/log/zebra.log
@@ -610,14 +607,12 @@ A Traffic Engineering configuration, with Inter-ASv2 support.
    mpls-te link unrsv-bw 7 1.25e+06
    mpls-te link rsc-clsclr 0xab
    mpls-te neighbor 10.1.1.2 as 65000
-  @end group
   
 
 - Then the 'isisd.conf' itself:
 
 ::
 
-  @group
   hostname HOSTNAME
   password PASSWORD
   log file /var/log/isisd.log
@@ -636,6 +631,5 @@ A Traffic Engineering configuration, with Inter-ASv2 support.
     mpls-te router-address 10.1.1.1
   !
   line vty
-  @end group
   
 
index a16730a3cc79ed629bbf0ad9a352bc7631b6e281..ae8a98619268e9411073ab95b85655286944008e 100644 (file)
@@ -35,11 +35,9 @@ To create NBMA GRE tunnel you might use the following (linux terminal
 commands):
 ::
 
-  @group
    ip tunnel add gre1 mode gre key 42 ttl 64
    ip addr add 10.255.255.2/32 dev gre1
    ip link set gre1 up
-  @end group
   
 
 Note that the IP-address is assigned as host prefix to gre1. nhrpd will
@@ -59,13 +57,11 @@ This can be achieved in hubs with the following bgp configuration (network
 command defines the GRE subnet):
 ::
 
-  @group
   router bgp 65555
    address-family ipv4 unicast
      network 172.16.0.0/16
      redistribute nhrp
    exit-address-family
-  @end group
   
 
 .. _Configuring_NHRP:
@@ -91,12 +87,10 @@ This can be achieved with the following iptables rule.
 
 ::
 
-  @group
   iptables -A FORWARD -i gre1 -o gre1 \\
        -m hashlimit --hashlimit-upto 4/minute --hashlimit-burst 1 \\
        --hashlimit-mode srcip,dstip --hashlimit-srcmask 24 --hashlimit-dstmask 24 \\
        --hashlimit-name loglimit-0 -j NFLOG --nflog-group 1 --nflog-range 128
-  @end group
   
 
 You can fine tune the src/dstmask according to the prefix lengths you
@@ -107,19 +101,15 @@ This kernel NFLOG target's nflog-group is configured in global nhrp config
 with:
 ::
 
-  @group
   nhrp nflog-group 1
-  @end group
   
 
 To start sending these traffic notices out from hubs, use the nhrp
 per-interface directive:
 ::
 
-  @group
   interface gre1
    ip nhrp redirect
-  @end group
   
 
 .. _Integration_with_IKE:
index 3644631c59cbfe0bc351bbc0b5fa4027389e30a0..4fbf5c0dd1626e51a6adc836b7ab256a2dde5053 100644 (file)
@@ -54,10 +54,8 @@ OSPF6 router
 
 ::
 
-      @group
       router ospf6
        timers throttle spf 200 400 10000
-      @end group
       
 
     In this example, the `delay` is set to 200ms, the @var{initial
index c11c212da81b6c406fae5c78bbe8ed3e5fba5f65..dc3321ff5e89d3b9eb5b008da1c94322a4361076 100644 (file)
@@ -439,7 +439,6 @@ From just the above two @acronym{LSA}s, one can already see the
 following partial topology:
 ::
 
-  @group
 
      --------------------- Network: ......
               |            Designated Router IP: 192.168.1.3
@@ -461,7 +460,6 @@ following partial topology:
     |   Router ID: 192.168.0.53
     |
   Router ID: 192.168.0.52
-  @end group
   
 
 Note the Router IDs, though they look like IP addresses and often are
@@ -534,7 +532,6 @@ selected.
 
 ::
 
-  @group
   # show ip ospf database external 192.168.165.0
     LS age: 995
     Options: 0x2  : *|-|-|-|-|-|E|*
@@ -551,14 +548,12 @@ selected.
           Metric: 20
           Forward Address: 0.0.0.0
           External Route Tag: 0
-  @end group
   
 
 We can add this to our partial topology from above, which now looks
 like:
 ::
 
-  @group
      --------------------- Network: ......
               |            Designated Router IP: 192.168.1.3
               |
@@ -579,7 +574,6 @@ like:
     |   Router ID: 192.168.0.53
     |
   Router ID: 192.168.0.52
-  @end group
   
 
 Summary LSAs
index 65a59594479978ede93be946926143605074922c..23aae50eccee960fe9fa9ec95ca8e7af15a1d490 100644 (file)
@@ -172,10 +172,8 @@ Command {no router ospf} {}
 
 ::
 
-                  @group
                   router ospf
                    timers throttle spf 200 400 10000
-                  @end group
                   
 
                 In this example, the `delay` is set to 200ms, the @var{initial
@@ -266,10 +264,8 @@ Command {no router ospf} {}
 
 ::
 
-                              @group
                               router ospf
                                network 192.168.1.0/24 area 0.0.0.0
-                              @end group
                               
 
                             Prefix length in interface must be equal or bigger (ie. smaller network) than
@@ -313,12 +309,10 @@ OSPF area
 
 ::
 
-          @group
           router ospf
            network 192.168.1.0/24 area 0.0.0.0
            network 10.0.0.0/8 area 0.0.0.10
            area 0.0.0.10 range 10.0.0.0/8
-          @end group
           
 
         With configuration above one Type-3 Summary-LSA with routing info 10.0.0.0/8 is
@@ -345,12 +339,10 @@ OSPF area
 
 ::
 
-              @group
               router ospf
                network 192.168.1.0/24 area 0.0.0.0
                network 10.0.0.0/8 area 0.0.0.10
                area 0.0.0.10 range 10.0.0.0/8 substitute 11.0.0.0/8
-              @end group
               
 
             One Type-3 summary-LSA with routing info 11.0.0.0/8 is announced into backbone area if
@@ -446,7 +438,6 @@ OSPF area
 
 ::
 
-                                              @group
                                               router ospf
                                                network 192.168.1.0/24 area 0.0.0.0
                                                network 10.0.0.0/8 area 0.0.0.10
@@ -454,7 +445,6 @@ OSPF area
                                               !
                                               access-list foo permit 10.10.0.0/16
                                               access-list foo deny any
-                                              @end group
                                               
 
                                             With example above any intra-area paths from area 0.0.0.10 and from range
@@ -1129,7 +1119,6 @@ A simple example, with MD5 authentication enabled:
 
 ::
 
-  @group
   !
   interface bge0
    ip ospf authentication message-digest
@@ -1138,7 +1127,6 @@ A simple example, with MD5 authentication enabled:
   router ospf
    network 192.168.0.0/16 area 0.0.0.1
    area 0.0.0.1 authentication message-digest
-  @end group
   
 
 An @acronym{ABR} router, with MD5 authentication and performing summarisation
@@ -1146,7 +1134,6 @@ of networks between the areas:
 
 ::
 
-  @group
   !
   password ABCDEF
   log file /var/log/frr/ospfd.log
@@ -1175,7 +1162,6 @@ of networks between the areas:
    area 0.0.0.1 authentication message-digest
    area 0.0.0.1 range 10.2.0.0/16
   !
-  @end group
   
 
 A Traffic Engineering configuration, with Inter-ASv2 support.
@@ -1184,7 +1170,6 @@ A Traffic Engineering configuration, with Inter-ASv2 support.
 
 ::
 
-  @group
   hostname HOSTNAME
   password PASSWORD
   log file /var/log/zebra.log
@@ -1221,14 +1206,12 @@ A Traffic Engineering configuration, with Inter-ASv2 support.
    mpls-te link unrsv-bw 7 1.25e+06
    mpls-te link rsc-clsclr 0xab
    mpls-te neighbor 192.168.2.2 as 65000
-  @end group
   
 
 - Then the 'ospfd.conf' itself:
 
 ::
 
-  @group
   hostname HOSTNAME
   password PASSWORD
   log file /var/log/ospfd.log
@@ -1252,14 +1235,12 @@ A Traffic Engineering configuration, with Inter-ASv2 support.
     mpls-te inter-as area 1
   !
   line vty
-  @end group
   
 
 A router information example with PCE advsertisement:
 
 ::
 
-  @group
   !
   router ospf
    ospf router-id 192.168.1.1
@@ -1275,6 +1256,5 @@ A router information example with PCE advsertisement:
     pce neighbor as 65200
     pce scope 0x80
   !
-  @end group
   
 
index 53fca7c57f2bdbc16deb46584ce134dd1d8aab1b..201ea7ce19e80426f79bc87af0fae428aaacc944 100644 (file)
@@ -35,10 +35,8 @@ RIP is like below:
 
 ::
 
-  @group
   # zebra -d
   # ripd -d
-  @end group
   
 
 Please note that *zebra* must be invoked before *ripd*.
@@ -154,13 +152,11 @@ Command {no router rip} {}
 
 ::
 
-        @group
         !
         router rip
          network 10.0.0.0/8
          network eth0
         !
-        @end group
         
 
       Passive interface
@@ -375,7 +371,6 @@ Command {distribute-list `access_list` `direct` `ifname`} {}
 
 ::
 
-    @group
     !
     router rip
      distribute-list private in eth0
@@ -383,7 +378,6 @@ Command {distribute-list `access_list` `direct` `ifname`} {}
     access-list private permit 10 10.0.0.0/8
     access-list private deny any
     !
-    @end group
     
 
 `distribute-list` can be applied to both incoming and outgoing data.
@@ -676,7 +670,6 @@ Command {show ip rip status} {}
 
 ::
 
-  @group
   ripd> **show ip rip status**
   Routing Protocol is "rip"
     Sending updates every 30 seconds with +/-50%, next due in 35 seconds
@@ -694,7 +687,6 @@ Command {show ip rip status} {}
       203.181.89.241
     Routing Information Sources:
       Gateway          BadPackets BadRoutes  Distance Last Update
-  @end group
   
 
 RIP Debug Commands
index 0be62d41009175054905e948895b62bdac8af25e..7ec3fcaf4f4de8c793ab1f4346344baa139cce70 100644 (file)
@@ -295,11 +295,9 @@ A simple example of a route-map:
 
 ::
 
-  @group
   route-map test permit 10
    match ip address 10
    set local-preference 200
-  @end group
   
 
 This means that if a route matches ip access-list number 10 it's
index d42da83a46ab427e3bb34ffd46b5dcb1983cfeed..922b1691d3787cf144856e3934e6712174449a21 100644 (file)
@@ -467,14 +467,12 @@ Command {ip protocol `protocol` route-map `routemap`} {}
   that sets the preferred source address, and applies the route-map to all
   *rip* routes.
 
-  @group
   ip prefix-list ANY permit 0.0.0.0/0 le 32
   route-map RM1 permit 10
        match ip address prefix-list ANY
        set src 10.0.0.1
 
   ip protocol rip route-map RM1
-  @end group
   
 
 .. _zebra_FIB_push_interface:
@@ -560,7 +558,6 @@ Command {show ip route} {}
 
 ::
 
-    @group
     Router# show ip route
     Codes: K - kernel route, C - connected, S - static, R - RIP,
            B - BGP * - FIB route.
@@ -569,7 +566,6 @@ Command {show ip route} {}
     S  0.0.0.0/0              203.181.89.1
     C* 127.0.0.0/8            lo
     C* 203.181.89.240/28      eth0
-    @end group
     
 
 .. index:: Command {show ipv6 route} {}