1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00

Fix code block padding in docs

This commit is contained in:
Daniel Matsson 2025-05-17 15:51:59 +02:00 committed by Jason Hall
parent 51c7f9eef6
commit b7abe8d027

View file

@ -60,13 +60,13 @@ ip_route_directive:
When the query is received, the query target is transformed, resulting in this being sent to the device:
```
```text
show ip route 192.0.2.0 255.255.255.0
```
instead of:
```
```text
show ip route 192.0.2.0/24
```