Skip to content

Commit d71be9a

Browse files
committed
update readme
1 parent 2ecd0b0 commit d71be9a

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The other protocoles will be supportted in the future.
1919
#### Prerequisites
2020

2121
Frrouting must be installed from following link:\
22-
http://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-ubuntu2004.html
22+
http://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-ubuntu2004.html . \
23+
And then
2324
```
2425
$ git clone https://github.com/Omidznlp/REST-API-FRRouting.git
2526
$ cd REST-API-FRRouting

bgp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Configuration
44
BGP daemon must be enabled before testing. To do , `bgpd=no` must be changed to `bgpd=yes` into `/etc/frr/daemons` and then restart frr \
55
`Note:`\
6-
Implemented parameters are referred to in https://docs.frrouting.org/en/latest/bgp.html.
6+
Implemented parameters are referred to https://docs.frrouting.org/en/latest/bgp.html.
77
Please note that some parameters should not be configured together. To address, if they are configured, one of them would be ignored when commands are inserted into Frr
88
## Test
99
BGP parameters are divided into three section:\

ospf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ospfd_instances=1,2,3
1010
...
1111
```
1212
`Note:`\
13-
Implemented parameters are referred to in https://docs.frrouting.org/en/latest/ospfd.html. \
13+
Implemented parameters are referred to https://docs.frrouting.org/en/latest/ospfd.html. \
1414
For supporting multi-instance, please check the following link:
1515
https://frrouting.readthedocs.io/en/latest/ospfd.html#multi-instance-support
1616

policyroutes/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Configuration
44
PBR daemon must be enabled before testing. To do that, `pbrd=yes` must be inserted into `/etc/frr/daemons` and then restart frr \
55
`Note:`\
6+
`Note:`\
7+
Implemented parameters are referred to https://docs.frrouting.org/en/latest/pbr.html ,\
8+
https://docs.frrouting.org/en/latest/filter.html , \
9+
https://docs.frrouting.org/en/latest/routemap.html
610
Please note that some parameters should not be configured together. To address, if they are configured, one of them would be ignored when commands are inserted into Frr
711
##Test
812
Policy routes are divided to four section:\

rip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Configuration
44
RIP daemon must be enabled before testing. To do that, `ripd=yes` must be inserted into `/etc/frr/daemons` and then restart frr \
55
`Note:`\
6-
Implemented parameters are referred to in https://docs.frrouting.org/en/latest/ripd.html.
6+
Implemented parameters are referred to https://docs.frrouting.org/en/latest/ripd.html.
77
### Test Requests
88

99
**Description:**\

static/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Configuration
44
Static daemon must be enabled before testing. To do that, `staticd=yes` must be inserted into `/etc/frr/daemons` and then restart frr.
55
`Note:`\
6-
Implemented parameters are referred to in https://docs.frrouting.org/en/latest/static.html.
6+
Implemented parameters are referred to https://docs.frrouting.org/en/latest/static.html.
77
### Test Requests
88
Exp1: insert
99
```

0 commit comments

Comments
 (0)