@birdcc/lsp 0.0.1-alpha.1 → 0.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -23
- package/dist/asn-completion.d.ts +21 -0
- package/dist/asn-completion.d.ts.map +1 -0
- package/dist/asn-completion.js +42 -0
- package/dist/asn-completion.js.map +1 -0
- package/dist/asn-context.d.ts +9 -0
- package/dist/asn-context.d.ts.map +1 -0
- package/dist/asn-context.js +203 -0
- package/dist/asn-context.js.map +1 -0
- package/dist/asn-hover.d.ts +11 -0
- package/dist/asn-hover.d.ts.map +1 -0
- package/dist/asn-hover.js +33 -0
- package/dist/asn-hover.js.map +1 -0
- package/dist/asn-inlay-hints.d.ts +13 -0
- package/dist/asn-inlay-hints.d.ts.map +1 -0
- package/dist/asn-inlay-hints.js +47 -0
- package/dist/asn-inlay-hints.js.map +1 -0
- package/dist/diagnostic.d.ts.map +1 -1
- package/dist/diagnostic.js +2 -10
- package/dist/diagnostic.js.map +1 -1
- package/dist/document-symbol.js +1 -1
- package/dist/document-symbol.js.map +1 -1
- package/dist/hover-context.d.ts +31 -0
- package/dist/hover-context.d.ts.map +1 -0
- package/dist/hover-context.js +125 -0
- package/dist/hover-context.js.map +1 -0
- package/dist/hover-docs/00-base.yaml +5 -0
- package/dist/hover-docs/10-global-options.yaml +442 -0
- package/dist/hover-docs/20-filter-language.yaml +209 -0
- package/dist/hover-docs/30-channel-options.yaml +244 -0
- package/dist/hover-docs/40-protocol-common.yaml +59 -0
- package/dist/hover-docs/41-protocol-igp.yaml +305 -0
- package/dist/hover-docs/42-protocol-kernel-static.yaml +220 -0
- package/dist/hover-docs/43-protocol-mpls.yaml +40 -0
- package/dist/hover-docs/44-protocol-extended.yaml +635 -0
- package/dist/hover-docs/50-protocol-bgp.yaml +482 -0
- package/dist/hover-docs/60-protocol-ospf.yaml +527 -0
- package/dist/hover-docs.d.ts +5 -1
- package/dist/hover-docs.d.ts.map +1 -1
- package/dist/hover-docs.js +376 -51
- package/dist/hover-docs.js.map +1 -1
- package/dist/hover-usage/00-base.yaml +2 -0
- package/dist/hover-usage/10-global-usage.yaml +73 -0
- package/dist/hover-usage/20-filter-usage.yaml +41 -0
- package/dist/hover-usage/30-channel-usage.yaml +41 -0
- package/dist/hover-usage/40-protocol-usage.yaml +258 -0
- package/dist/hover-usage/50-bgp-usage.yaml +254 -0
- package/dist/hover-usage/60-ospf-usage.yaml +340 -0
- package/dist/hover.d.ts +10 -0
- package/dist/hover.d.ts.map +1 -1
- package/dist/hover.js +152 -46
- package/dist/hover.js.map +1 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/init/workspace-init.d.ts +28 -0
- package/dist/init/workspace-init.d.ts.map +1 -0
- package/dist/init/workspace-init.js +72 -0
- package/dist/init/workspace-init.js.map +1 -0
- package/dist/lsp-server.d.ts +7 -1
- package/dist/lsp-server.d.ts.map +1 -1
- package/dist/lsp-server.js +277 -65
- package/dist/lsp-server.js.map +1 -1
- package/dist/project-config.d.ts +22 -0
- package/dist/project-config.d.ts.map +1 -0
- package/dist/project-config.js +307 -0
- package/dist/project-config.js.map +1 -0
- package/dist/shared.d.ts +1 -0
- package/dist/shared.d.ts.map +1 -1
- package/dist/shared.js +4 -24
- package/dist/shared.js.map +1 -1
- package/dist/symbol-utils.d.ts +6 -6
- package/dist/symbol-utils.d.ts.map +1 -1
- package/dist/symbol-utils.js +24 -25
- package/dist/symbol-utils.js.map +1 -1
- package/dist/type-hint-inlay.d.ts +4 -0
- package/dist/type-hint-inlay.d.ts.map +1 -0
- package/dist/type-hint-inlay.js +27 -0
- package/dist/type-hint-inlay.js.map +1 -0
- package/dist/utils.d.ts +65 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +97 -0
- package/dist/utils.js.map +1 -0
- package/package.json +11 -7
- package/dist/hover-docs.yaml +0 -600
|
@@ -0,0 +1,635 @@
|
|
|
1
|
+
entries:
|
|
2
|
+
# ── Aggregator protocol ──────────────────────────────────────────
|
|
3
|
+
- keyword: aggregator
|
|
4
|
+
description: Aggregator protocol
|
|
5
|
+
detail: Aggregate multiple more specific routes into summarized prefixes.
|
|
6
|
+
diff: same
|
|
7
|
+
version: v2+
|
|
8
|
+
anchor: proto-aggregator
|
|
9
|
+
path: protocol
|
|
10
|
+
related:
|
|
11
|
+
- route
|
|
12
|
+
- static
|
|
13
|
+
- aggregate on
|
|
14
|
+
- merge by
|
|
15
|
+
parameters:
|
|
16
|
+
- name: summarize-prefix
|
|
17
|
+
description: Target aggregate prefix.
|
|
18
|
+
- keyword: aggregate on
|
|
19
|
+
description: Aggregator bucketing expression
|
|
20
|
+
detail: Define the expression list used to group (bucket) routes for aggregation.
|
|
21
|
+
diff: same
|
|
22
|
+
version: v2+
|
|
23
|
+
anchor: proto-aggregator
|
|
24
|
+
path: protocol.aggregator
|
|
25
|
+
related:
|
|
26
|
+
- aggregator
|
|
27
|
+
- merge by
|
|
28
|
+
parameters:
|
|
29
|
+
- name: expression
|
|
30
|
+
description: Route attribute expressions for bucketing.
|
|
31
|
+
required: true
|
|
32
|
+
- keyword: merge by
|
|
33
|
+
description: Aggregator merge filter
|
|
34
|
+
detail: Specify a filter expression that merges routes within each aggregation bucket.
|
|
35
|
+
diff: same
|
|
36
|
+
version: v2+
|
|
37
|
+
anchor: proto-aggregator
|
|
38
|
+
path: protocol.aggregator
|
|
39
|
+
related:
|
|
40
|
+
- aggregator
|
|
41
|
+
- aggregate on
|
|
42
|
+
parameters:
|
|
43
|
+
- name: filter
|
|
44
|
+
description: Merge filter expression.
|
|
45
|
+
# ── BMP protocol ─────────────────────────────────────────────────
|
|
46
|
+
- keyword: bmp
|
|
47
|
+
description: BMP protocol
|
|
48
|
+
detail: BGP Monitoring Protocol exporter for route monitoring and telemetry.
|
|
49
|
+
diff: same
|
|
50
|
+
version: v2+
|
|
51
|
+
anchor: proto-bmp
|
|
52
|
+
path: protocol
|
|
53
|
+
related:
|
|
54
|
+
- bgp
|
|
55
|
+
- station address
|
|
56
|
+
- station port
|
|
57
|
+
parameters:
|
|
58
|
+
- name: station-address
|
|
59
|
+
description: BMP collector address.
|
|
60
|
+
- name: station-port
|
|
61
|
+
description: BMP collector TCP port.
|
|
62
|
+
- keyword: station address
|
|
63
|
+
description: BMP station address
|
|
64
|
+
detail: Set the IP address of the BMP monitoring station (collector).
|
|
65
|
+
diff: same
|
|
66
|
+
version: v2+
|
|
67
|
+
anchor: proto-bmp
|
|
68
|
+
path: protocol.bmp
|
|
69
|
+
related:
|
|
70
|
+
- bmp
|
|
71
|
+
- station port
|
|
72
|
+
parameters:
|
|
73
|
+
- name: ip
|
|
74
|
+
description: BMP collector IP address.
|
|
75
|
+
required: true
|
|
76
|
+
- keyword: station port
|
|
77
|
+
description: BMP station port
|
|
78
|
+
detail: Set the TCP port of the BMP monitoring station.
|
|
79
|
+
diff: same
|
|
80
|
+
version: v2+
|
|
81
|
+
anchor: proto-bmp
|
|
82
|
+
path: protocol.bmp
|
|
83
|
+
related:
|
|
84
|
+
- bmp
|
|
85
|
+
- station address
|
|
86
|
+
parameters:
|
|
87
|
+
- name: number
|
|
88
|
+
description: BMP collector TCP port.
|
|
89
|
+
required: true
|
|
90
|
+
- keyword: monitoring rib
|
|
91
|
+
description: BMP RIB monitoring type
|
|
92
|
+
detail: Configure which RIB to export for BMP monitoring (pre-policy or post-policy).
|
|
93
|
+
diff: same
|
|
94
|
+
version: v2+
|
|
95
|
+
anchor: proto-bmp
|
|
96
|
+
path: protocol.bmp
|
|
97
|
+
related:
|
|
98
|
+
- bmp
|
|
99
|
+
parameters:
|
|
100
|
+
- name: mode
|
|
101
|
+
description: "Monitoring mode: pre_policy or post_policy."
|
|
102
|
+
# ── L3VPN protocol ──────────────────────────────────────────────
|
|
103
|
+
- keyword: l3vpn
|
|
104
|
+
description: L3VPN protocol
|
|
105
|
+
detail: Interconnect VRF routing tables with MPLS label signaling for VPN services.
|
|
106
|
+
diff: same
|
|
107
|
+
version: v2+
|
|
108
|
+
anchor: proto-l3vpn
|
|
109
|
+
path: protocol
|
|
110
|
+
related:
|
|
111
|
+
- vrf
|
|
112
|
+
- mpls domain
|
|
113
|
+
- label policy
|
|
114
|
+
- route distinguisher
|
|
115
|
+
parameters:
|
|
116
|
+
- name: vrf-name
|
|
117
|
+
description: VRF bound to this L3VPN instance.
|
|
118
|
+
- keyword: route distinguisher
|
|
119
|
+
description: L3VPN route distinguisher
|
|
120
|
+
detail: Assign a unique route distinguisher (RD) to differentiate VPN routes across VRFs.
|
|
121
|
+
diff: same
|
|
122
|
+
version: v2+
|
|
123
|
+
anchor: proto-l3vpn
|
|
124
|
+
path: protocol.l3vpn
|
|
125
|
+
related:
|
|
126
|
+
- l3vpn
|
|
127
|
+
- route target
|
|
128
|
+
parameters:
|
|
129
|
+
- name: rd
|
|
130
|
+
description: Route distinguisher value (e.g., 65001:100).
|
|
131
|
+
required: true
|
|
132
|
+
- keyword: route target
|
|
133
|
+
description: L3VPN route target community
|
|
134
|
+
detail: Set both import and export route target extended communities simultaneously.
|
|
135
|
+
diff: same
|
|
136
|
+
version: v2+
|
|
137
|
+
anchor: proto-l3vpn
|
|
138
|
+
path: protocol.l3vpn
|
|
139
|
+
related:
|
|
140
|
+
- l3vpn
|
|
141
|
+
- route distinguisher
|
|
142
|
+
- import target
|
|
143
|
+
- export target
|
|
144
|
+
parameters:
|
|
145
|
+
- name: rt
|
|
146
|
+
description: Route target extended community (e.g., 65001:100).
|
|
147
|
+
required: true
|
|
148
|
+
- keyword: import target
|
|
149
|
+
description: L3VPN import route target
|
|
150
|
+
detail: Set the route target community used to select routes for import into this VRF.
|
|
151
|
+
diff: same
|
|
152
|
+
version: v2+
|
|
153
|
+
anchor: proto-l3vpn
|
|
154
|
+
path: protocol.l3vpn
|
|
155
|
+
related:
|
|
156
|
+
- l3vpn
|
|
157
|
+
- export target
|
|
158
|
+
- route target
|
|
159
|
+
parameters:
|
|
160
|
+
- name: rt
|
|
161
|
+
description: Import route target extended community.
|
|
162
|
+
required: true
|
|
163
|
+
- keyword: export target
|
|
164
|
+
description: L3VPN export route target
|
|
165
|
+
detail: Set the route target community attached to routes exported from this VRF.
|
|
166
|
+
diff: same
|
|
167
|
+
version: v2+
|
|
168
|
+
anchor: proto-l3vpn
|
|
169
|
+
path: protocol.l3vpn
|
|
170
|
+
related:
|
|
171
|
+
- l3vpn
|
|
172
|
+
- import target
|
|
173
|
+
- route target
|
|
174
|
+
parameters:
|
|
175
|
+
- name: rt
|
|
176
|
+
description: Export route target extended community.
|
|
177
|
+
required: true
|
|
178
|
+
# ── MRT protocol ─────────────────────────────────────────────────
|
|
179
|
+
- keyword: mrt
|
|
180
|
+
description: MRT protocol
|
|
181
|
+
detail: Export routing updates in MRT format for offline analysis.
|
|
182
|
+
diff: same
|
|
183
|
+
version: v2+
|
|
184
|
+
anchor: proto-mrt
|
|
185
|
+
path: protocol
|
|
186
|
+
related:
|
|
187
|
+
- mrtdump
|
|
188
|
+
- bgp
|
|
189
|
+
- filename
|
|
190
|
+
- period
|
|
191
|
+
parameters:
|
|
192
|
+
- name: file-path
|
|
193
|
+
description: MRT output file path.
|
|
194
|
+
- keyword: filename
|
|
195
|
+
description: MRT output filename
|
|
196
|
+
detail: Set the output file path for MRT dumps. Supports strftime format specifiers for rotation.
|
|
197
|
+
diff: same
|
|
198
|
+
version: v2+
|
|
199
|
+
anchor: proto-mrt
|
|
200
|
+
path: protocol.mrt
|
|
201
|
+
related:
|
|
202
|
+
- mrt
|
|
203
|
+
- period
|
|
204
|
+
parameters:
|
|
205
|
+
- name: path
|
|
206
|
+
description: Output file path (supports strftime patterns).
|
|
207
|
+
required: true
|
|
208
|
+
- keyword: period
|
|
209
|
+
description: MRT dump interval
|
|
210
|
+
detail: Set the interval for periodic MRT table dumps. Without this, only updates are recorded.
|
|
211
|
+
diff: same
|
|
212
|
+
version: v2+
|
|
213
|
+
anchor: proto-mrt
|
|
214
|
+
path: protocol.mrt
|
|
215
|
+
related:
|
|
216
|
+
- mrt
|
|
217
|
+
- filename
|
|
218
|
+
parameters:
|
|
219
|
+
- name: seconds
|
|
220
|
+
description: Dump interval in seconds.
|
|
221
|
+
- keyword: always add path
|
|
222
|
+
description: MRT ADD_PATH format
|
|
223
|
+
detail: Always use ADD_PATH record format in MRT dumps, even for single-path entries.
|
|
224
|
+
diff: same
|
|
225
|
+
version: v2+
|
|
226
|
+
anchor: proto-mrt
|
|
227
|
+
path: protocol.mrt
|
|
228
|
+
related:
|
|
229
|
+
- mrt
|
|
230
|
+
parameters:
|
|
231
|
+
- name: switch
|
|
232
|
+
description: Enable ADD_PATH format.
|
|
233
|
+
# ── Perf protocol ────────────────────────────────────────────────
|
|
234
|
+
- keyword: perf
|
|
235
|
+
description: Perf protocol
|
|
236
|
+
detail: Benchmark-oriented protocol for performance testing and diagnostics.
|
|
237
|
+
diff: same
|
|
238
|
+
version: v2+
|
|
239
|
+
anchor: proto-perf
|
|
240
|
+
path: protocol
|
|
241
|
+
related:
|
|
242
|
+
- debug
|
|
243
|
+
- debug latency
|
|
244
|
+
- mode
|
|
245
|
+
- repeat
|
|
246
|
+
- keyword: mode
|
|
247
|
+
description: Perf test mode
|
|
248
|
+
detail: Set the performance testing mode to benchmark import or export path.
|
|
249
|
+
diff: same
|
|
250
|
+
version: v2+
|
|
251
|
+
anchor: proto-perf
|
|
252
|
+
path: protocol.perf
|
|
253
|
+
related:
|
|
254
|
+
- perf
|
|
255
|
+
- repeat
|
|
256
|
+
parameters:
|
|
257
|
+
- name: direction
|
|
258
|
+
description: "Test mode: import or export."
|
|
259
|
+
- keyword: repeat
|
|
260
|
+
description: Perf iteration count
|
|
261
|
+
detail: Number of iterations to run for each performance measurement step.
|
|
262
|
+
diff: same
|
|
263
|
+
version: v2+
|
|
264
|
+
anchor: proto-perf
|
|
265
|
+
path: protocol.perf
|
|
266
|
+
related:
|
|
267
|
+
- perf
|
|
268
|
+
- mode
|
|
269
|
+
parameters:
|
|
270
|
+
- name: number
|
|
271
|
+
description: Iterations per step.
|
|
272
|
+
# ── RAdv protocol ────────────────────────────────────────────────
|
|
273
|
+
- keyword: radv
|
|
274
|
+
description: Router Advertisement protocol
|
|
275
|
+
detail: Advertise IPv6 prefixes and router settings using ICMPv6 Router Advertisements.
|
|
276
|
+
diff: same
|
|
277
|
+
version: v2+
|
|
278
|
+
anchor: proto-radv
|
|
279
|
+
path: protocol
|
|
280
|
+
related:
|
|
281
|
+
- ipv6
|
|
282
|
+
- interface
|
|
283
|
+
- trigger
|
|
284
|
+
- prefix
|
|
285
|
+
parameters:
|
|
286
|
+
- name: interface-pattern
|
|
287
|
+
description: Interfaces where RA packets are advertised.
|
|
288
|
+
- keyword: trigger
|
|
289
|
+
description: RAdv route availability trigger
|
|
290
|
+
detail: Suppress or enable Router Advertisements based on the availability of a specific route.
|
|
291
|
+
diff: same
|
|
292
|
+
version: v2+
|
|
293
|
+
anchor: proto-radv
|
|
294
|
+
path: protocol.radv
|
|
295
|
+
related:
|
|
296
|
+
- radv
|
|
297
|
+
parameters:
|
|
298
|
+
- name: prefix
|
|
299
|
+
description: Route prefix whose presence controls RA emission.
|
|
300
|
+
- keyword: propagate routes
|
|
301
|
+
description: RAdv specific route advertisement
|
|
302
|
+
detail: Enable RFC 4191 route information options to advertise specific routes in RAs.
|
|
303
|
+
diff: same
|
|
304
|
+
version: v2+
|
|
305
|
+
anchor: proto-radv
|
|
306
|
+
path: protocol.radv
|
|
307
|
+
related:
|
|
308
|
+
- radv
|
|
309
|
+
- route lifetime
|
|
310
|
+
- route preference
|
|
311
|
+
parameters:
|
|
312
|
+
- name: switch
|
|
313
|
+
description: Enable specific route propagation.
|
|
314
|
+
- keyword: max ra interval
|
|
315
|
+
description: RAdv maximum RA interval
|
|
316
|
+
detail: Maximum interval between unsolicited Router Advertisements on this interface.
|
|
317
|
+
diff: same
|
|
318
|
+
version: v2+
|
|
319
|
+
anchor: proto-radv
|
|
320
|
+
path: protocol.radv.interface
|
|
321
|
+
related:
|
|
322
|
+
- radv
|
|
323
|
+
- min ra interval
|
|
324
|
+
parameters:
|
|
325
|
+
- name: seconds
|
|
326
|
+
description: Maximum RA interval in seconds (default 600).
|
|
327
|
+
- keyword: min ra interval
|
|
328
|
+
description: RAdv minimum RA interval
|
|
329
|
+
detail: Minimum interval between unsolicited Router Advertisements on this interface.
|
|
330
|
+
diff: same
|
|
331
|
+
version: v2+
|
|
332
|
+
anchor: proto-radv
|
|
333
|
+
path: protocol.radv.interface
|
|
334
|
+
related:
|
|
335
|
+
- radv
|
|
336
|
+
- max ra interval
|
|
337
|
+
parameters:
|
|
338
|
+
- name: seconds
|
|
339
|
+
description: Minimum RA interval in seconds (default 200).
|
|
340
|
+
- keyword: managed
|
|
341
|
+
description: RAdv managed address flag
|
|
342
|
+
detail: Set the M (Managed) flag in RA to indicate hosts should use DHCPv6 for address configuration.
|
|
343
|
+
diff: same
|
|
344
|
+
version: v2+
|
|
345
|
+
anchor: proto-radv
|
|
346
|
+
path: protocol.radv.interface
|
|
347
|
+
related:
|
|
348
|
+
- radv
|
|
349
|
+
- other config
|
|
350
|
+
parameters:
|
|
351
|
+
- name: switch
|
|
352
|
+
description: Enable managed (M) flag (default no).
|
|
353
|
+
- keyword: other config
|
|
354
|
+
description: RAdv other configuration flag
|
|
355
|
+
detail: Set the O (Other Configuration) flag in RA to indicate hosts should use DHCPv6 for non-address config.
|
|
356
|
+
diff: same
|
|
357
|
+
version: v2+
|
|
358
|
+
anchor: proto-radv
|
|
359
|
+
path: protocol.radv.interface
|
|
360
|
+
related:
|
|
361
|
+
- radv
|
|
362
|
+
- managed
|
|
363
|
+
parameters:
|
|
364
|
+
- name: switch
|
|
365
|
+
description: Enable other-config (O) flag (default no).
|
|
366
|
+
- keyword: link mtu
|
|
367
|
+
description: RAdv advertised link MTU
|
|
368
|
+
detail: Advertise an MTU value in Router Advertisements for the link.
|
|
369
|
+
diff: same
|
|
370
|
+
version: v2+
|
|
371
|
+
anchor: proto-radv
|
|
372
|
+
path: protocol.radv.interface
|
|
373
|
+
related:
|
|
374
|
+
- radv
|
|
375
|
+
parameters:
|
|
376
|
+
- name: number
|
|
377
|
+
description: MTU value (0 means not specified).
|
|
378
|
+
- keyword: default lifetime
|
|
379
|
+
description: RAdv router lifetime
|
|
380
|
+
detail: Set the time (in seconds) this router is valid as a default router. Zero means not a default router.
|
|
381
|
+
diff: same
|
|
382
|
+
version: v2+
|
|
383
|
+
anchor: proto-radv
|
|
384
|
+
path: protocol.radv.interface
|
|
385
|
+
related:
|
|
386
|
+
- radv
|
|
387
|
+
- default preference
|
|
388
|
+
parameters:
|
|
389
|
+
- name: seconds
|
|
390
|
+
description: Default router lifetime.
|
|
391
|
+
- keyword: default preference
|
|
392
|
+
description: RAdv default router preference
|
|
393
|
+
detail: Set the default router preference in RAs (RFC 4191).
|
|
394
|
+
diff: same
|
|
395
|
+
version: v2+
|
|
396
|
+
anchor: proto-radv
|
|
397
|
+
path: protocol.radv.interface
|
|
398
|
+
related:
|
|
399
|
+
- radv
|
|
400
|
+
- default lifetime
|
|
401
|
+
parameters:
|
|
402
|
+
- name: level
|
|
403
|
+
description: "Preference: low, medium, or high."
|
|
404
|
+
- keyword: rdnss
|
|
405
|
+
description: RAdv recursive DNS server
|
|
406
|
+
detail: Define IPv6 recursive DNS server addresses to advertise in RAs (RFC 8106).
|
|
407
|
+
diff: same
|
|
408
|
+
version: v2+
|
|
409
|
+
anchor: proto-radv
|
|
410
|
+
path: protocol.radv.interface
|
|
411
|
+
related:
|
|
412
|
+
- radv
|
|
413
|
+
- dnssl
|
|
414
|
+
parameters:
|
|
415
|
+
- name: address
|
|
416
|
+
description: IPv6 DNS server address.
|
|
417
|
+
- keyword: dnssl
|
|
418
|
+
description: RAdv DNS search list
|
|
419
|
+
detail: Define DNS search domains to advertise in RAs (RFC 8106).
|
|
420
|
+
diff: same
|
|
421
|
+
version: v2+
|
|
422
|
+
anchor: proto-radv
|
|
423
|
+
path: protocol.radv.interface
|
|
424
|
+
related:
|
|
425
|
+
- radv
|
|
426
|
+
- rdnss
|
|
427
|
+
parameters:
|
|
428
|
+
- name: domain
|
|
429
|
+
description: DNS search domain name.
|
|
430
|
+
# ── RPKI protocol ────────────────────────────────────────────────
|
|
431
|
+
- keyword: rpki
|
|
432
|
+
description: RPKI protocol
|
|
433
|
+
detail: Fetch and maintain ROA/ASPA validation data from RPKI cache servers via RTR protocol.
|
|
434
|
+
diff: same
|
|
435
|
+
version: v2+
|
|
436
|
+
anchor: proto-rpki
|
|
437
|
+
path: protocol
|
|
438
|
+
related:
|
|
439
|
+
- rpki reload
|
|
440
|
+
- import
|
|
441
|
+
- export
|
|
442
|
+
- remote
|
|
443
|
+
parameters:
|
|
444
|
+
- name: cache-address
|
|
445
|
+
description: RTR cache server address.
|
|
446
|
+
- name: cache-port
|
|
447
|
+
description: RTR cache server port.
|
|
448
|
+
- keyword: remote
|
|
449
|
+
description: RPKI cache server address
|
|
450
|
+
detail: Set the address (IP or hostname) of the RPKI RTR cache server.
|
|
451
|
+
diff: same
|
|
452
|
+
version: v2+
|
|
453
|
+
anchor: proto-rpki
|
|
454
|
+
path: protocol.rpki
|
|
455
|
+
related:
|
|
456
|
+
- rpki
|
|
457
|
+
- port
|
|
458
|
+
parameters:
|
|
459
|
+
- name: address
|
|
460
|
+
description: Cache server IP address or hostname.
|
|
461
|
+
required: true
|
|
462
|
+
- keyword: port
|
|
463
|
+
description: RPKI cache server port
|
|
464
|
+
detail: Set the TCP port of the RPKI RTR cache server (default 323 for TCP, 22 for SSH).
|
|
465
|
+
diff: same
|
|
466
|
+
version: v2+
|
|
467
|
+
anchor: proto-rpki
|
|
468
|
+
path: protocol.rpki
|
|
469
|
+
related:
|
|
470
|
+
- rpki
|
|
471
|
+
- remote
|
|
472
|
+
parameters:
|
|
473
|
+
- name: number
|
|
474
|
+
description: RTR cache server port.
|
|
475
|
+
- keyword: refresh
|
|
476
|
+
description: RPKI cache refresh interval
|
|
477
|
+
detail: Set how often to poll the RPKI cache server for updated ROA data.
|
|
478
|
+
diff: same
|
|
479
|
+
version: v2+
|
|
480
|
+
anchor: proto-rpki
|
|
481
|
+
path: protocol.rpki
|
|
482
|
+
related:
|
|
483
|
+
- rpki
|
|
484
|
+
- retry
|
|
485
|
+
- expire
|
|
486
|
+
parameters:
|
|
487
|
+
- name: seconds
|
|
488
|
+
description: Refresh interval in seconds (default 3600).
|
|
489
|
+
- keyword: retry
|
|
490
|
+
description: RPKI connection retry interval
|
|
491
|
+
detail: Set the wait time before retrying after a failed RPKI cache connection.
|
|
492
|
+
diff: same
|
|
493
|
+
version: v2+
|
|
494
|
+
anchor: proto-rpki
|
|
495
|
+
path: protocol.rpki
|
|
496
|
+
related:
|
|
497
|
+
- rpki
|
|
498
|
+
- refresh
|
|
499
|
+
- expire
|
|
500
|
+
parameters:
|
|
501
|
+
- name: seconds
|
|
502
|
+
description: Retry interval in seconds (default 600).
|
|
503
|
+
- keyword: expire
|
|
504
|
+
description: RPKI data expiration time
|
|
505
|
+
detail: Set how long to keep ROA data valid after losing connection to the RPKI cache.
|
|
506
|
+
diff: same
|
|
507
|
+
version: v2+
|
|
508
|
+
anchor: proto-rpki
|
|
509
|
+
path: protocol.rpki
|
|
510
|
+
related:
|
|
511
|
+
- rpki
|
|
512
|
+
- refresh
|
|
513
|
+
- retry
|
|
514
|
+
parameters:
|
|
515
|
+
- name: seconds
|
|
516
|
+
description: Data expiration time in seconds (default 7200).
|
|
517
|
+
- keyword: ignore max length
|
|
518
|
+
description: Ignore ROA max prefix length
|
|
519
|
+
detail: Ignore the max-length field in ROA records, treating any sub-prefix as valid.
|
|
520
|
+
diff: same
|
|
521
|
+
version: v2+
|
|
522
|
+
anchor: proto-rpki
|
|
523
|
+
path: protocol.rpki
|
|
524
|
+
related:
|
|
525
|
+
- rpki
|
|
526
|
+
parameters:
|
|
527
|
+
- name: switch
|
|
528
|
+
description: Enable ignoring max length (default no).
|
|
529
|
+
- keyword: transport tcp
|
|
530
|
+
description: RPKI TCP transport
|
|
531
|
+
detail: Use plain TCP as the transport protocol for connecting to the RPKI cache.
|
|
532
|
+
diff: same
|
|
533
|
+
version: v2+
|
|
534
|
+
anchor: proto-rpki
|
|
535
|
+
path: protocol.rpki
|
|
536
|
+
related:
|
|
537
|
+
- rpki
|
|
538
|
+
- transport ssh
|
|
539
|
+
- remote
|
|
540
|
+
- keyword: transport ssh
|
|
541
|
+
description: RPKI SSH transport
|
|
542
|
+
detail: Use SSH as the transport protocol for encrypted connection to the RPKI cache.
|
|
543
|
+
diff: same
|
|
544
|
+
version: v2+
|
|
545
|
+
anchor: proto-rpki
|
|
546
|
+
path: protocol.rpki
|
|
547
|
+
related:
|
|
548
|
+
- rpki
|
|
549
|
+
- transport tcp
|
|
550
|
+
- remote
|
|
551
|
+
- bird private key
|
|
552
|
+
- remote public key
|
|
553
|
+
- keyword: bird private key
|
|
554
|
+
description: RPKI SSH private key path
|
|
555
|
+
detail: Specify the path to BIRD's SSH private key for authenticated RTR connections.
|
|
556
|
+
diff: same
|
|
557
|
+
version: v2+
|
|
558
|
+
anchor: proto-rpki
|
|
559
|
+
path: protocol.rpki.transport
|
|
560
|
+
related:
|
|
561
|
+
- transport ssh
|
|
562
|
+
- remote public key
|
|
563
|
+
parameters:
|
|
564
|
+
- name: path
|
|
565
|
+
description: Path to SSH private key file.
|
|
566
|
+
required: true
|
|
567
|
+
- keyword: remote public key
|
|
568
|
+
description: RPKI SSH remote public key
|
|
569
|
+
detail: Specify the path to the RPKI cache server's SSH public key for host verification.
|
|
570
|
+
diff: same
|
|
571
|
+
version: v2+
|
|
572
|
+
anchor: proto-rpki
|
|
573
|
+
path: protocol.rpki.transport
|
|
574
|
+
related:
|
|
575
|
+
- transport ssh
|
|
576
|
+
- bird private key
|
|
577
|
+
parameters:
|
|
578
|
+
- name: path
|
|
579
|
+
description: Path to remote SSH public key file.
|
|
580
|
+
required: true
|
|
581
|
+
# ── Static route extras ──────────────────────────────────────────
|
|
582
|
+
- keyword: route
|
|
583
|
+
description: Static route statement
|
|
584
|
+
detail: Define a static route destination and forwarding behavior.
|
|
585
|
+
diff: same
|
|
586
|
+
version: v2+
|
|
587
|
+
anchor: proto-static-route
|
|
588
|
+
path: protocol.static
|
|
589
|
+
related:
|
|
590
|
+
- next hop
|
|
591
|
+
- blackhole
|
|
592
|
+
- unreachable
|
|
593
|
+
- recursive
|
|
594
|
+
- prohibit
|
|
595
|
+
parameters:
|
|
596
|
+
- name: prefix
|
|
597
|
+
description: Destination prefix for the static route.
|
|
598
|
+
required: true
|
|
599
|
+
- keyword: next hop
|
|
600
|
+
description: Static route next hop
|
|
601
|
+
detail: Specify forwarding next-hop address for a static route.
|
|
602
|
+
diff: same
|
|
603
|
+
version: v2+
|
|
604
|
+
anchor: proto-static-route
|
|
605
|
+
path: protocol.static.route
|
|
606
|
+
related:
|
|
607
|
+
- route
|
|
608
|
+
- blackhole
|
|
609
|
+
- unreachable
|
|
610
|
+
parameters:
|
|
611
|
+
- name: address
|
|
612
|
+
description: Next-hop IP address.
|
|
613
|
+
required: true
|
|
614
|
+
- keyword: blackhole
|
|
615
|
+
description: Static route blackhole action
|
|
616
|
+
detail: Drop traffic for matched static route prefixes.
|
|
617
|
+
diff: same
|
|
618
|
+
version: v2+
|
|
619
|
+
anchor: proto-static-route
|
|
620
|
+
path: protocol.static.route
|
|
621
|
+
related:
|
|
622
|
+
- route
|
|
623
|
+
- unreachable
|
|
624
|
+
- prohibit
|
|
625
|
+
- keyword: unreachable
|
|
626
|
+
description: Static route unreachable action
|
|
627
|
+
detail: Mark destination as unreachable and return ICMP unreachable.
|
|
628
|
+
diff: same
|
|
629
|
+
version: v2+
|
|
630
|
+
anchor: proto-static-route
|
|
631
|
+
path: protocol.static.route
|
|
632
|
+
related:
|
|
633
|
+
- route
|
|
634
|
+
- blackhole
|
|
635
|
+
- prohibit
|