diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-11-19 18:36:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-19 18:36:48 -0500 |
| commit | 0f7e34f86c1738759a0f32d837fbc87624c96c8f (patch) | |
| tree | b1562b66d81e193cc0817b6b0936dd356ec13b96 /doc/developer | |
| parent | c14dba6241da01f29e1afc1f88b7c1571c18eb45 (diff) | |
| parent | 0dc861fa522d46c12d9861b829917dec3af79d14 (diff) | |
Merge pull request #7564 from pguibert6WIND/fix_typo_topotest
doc: topotest json typo error
Diffstat (limited to 'doc/developer')
| -rw-r--r-- | doc/developer/topotests-jsontopo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/topotests-jsontopo.rst b/doc/developer/topotests-jsontopo.rst index 1c77cd7be1..07f1f05114 100644 --- a/doc/developer/topotests-jsontopo.rst +++ b/doc/developer/topotests-jsontopo.rst @@ -95,7 +95,7 @@ The first step to write a new test is to define the topology and initial configuration. User has to define topology and initial configuration in JSON file. Here is an example of JSON file:: - BGP neihghborship with single phy-link, sample JSON file: + BGP neighborship with single phy-link, sample JSON file: { "ipv4base": "192.168.0.0", "ipv4mask": 30, |
