Skip to content

Commit

Permalink
docs(evpn): add evpn docs to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 7, 2023
1 parent 329b7ed commit ca6c5d3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,32 @@ To create a namespace, run:
pydpu --address=localhost:50151 storage namespace
```

### Evpn

To create a Llogical bridge, run:

```sh
pydpu --address=localhost:50151 evpn bridge
```

To create a Bbridge port, run:

```sh
pydpu --address=localhost:50151 evpn port
```

To create a vrf, run:

```sh
pydpu --address=localhost:50151 evpn vrf
```

To create a svi, run:

```sh
pydpu --address=localhost:50151 evpn cvi
```

## Packaging

This project uses [poetry](https://python-poetry.org/) to manage dependencies, build, etc.
Expand Down

0 comments on commit ca6c5d3

Please sign in to comment.