We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc21b62 commit 92e9072Copy full SHA for 92e9072
vr-bgp/README.md
@@ -124,12 +124,14 @@ list of integers `[2792, 10300]`.
124
125
### `POST /announce`
126
```javascript
127
-[
128
- { "prefix": "21.0.0.0/24" },
129
- { "prefix": "21.1.0.0/24", "community": ["2792:10300"]},
130
- { "prefix": "21.2.0.0/24", "as-path": [21, 65000] },
131
- { "prefix": "21.3.0.0/24", "med": 100 }
132
-]
+{"routes":
+ [
+ { "prefix": "21.0.0.0/24" },
+ { "prefix": "21.1.0.0/24", "community": ["2792:10300"]},
+ { "prefix": "21.2.0.0/24", "as-path": [21, 65000] },
+ { "prefix": "21.3.0.0/24", "med": 100 }
133
+ ]
134
+}
135
```
136
137
The example shows announcement configuration for four prefixes. By default, all
0 commit comments