You've already forked bird-lg-go
mirror of
https://github.com/xddxdd/bird-lg-go
synced 2025-11-08 19:03:11 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae6460d2d3 | ||
|
|
d312f7de1b | ||
|
|
1097e69070 |
@@ -19,13 +19,13 @@ import (
|
||||
|
||||
var primitiveMap = map[string]string{
|
||||
"summary": "show protocols",
|
||||
"detail": "show protocols all \"%s\"",
|
||||
"route_from_protocol": "show route protocol \"%s\"",
|
||||
"route_from_protocol_all": "show route protocol \"%s\" all",
|
||||
"route_from_protocol_primary": "show route protocol \"%s\" primary",
|
||||
"route_from_protocol_all_primary": "show route protocol \"%s\" all primary",
|
||||
"route_filtered_from_protocol": "show route filtered protocol \"%s\"",
|
||||
"route_filtered_from_protocol_all": "show route filtered protocol \"%s\" all",
|
||||
"detail": "show protocols all '%s'",
|
||||
"route_from_protocol": "show route protocol '%s'",
|
||||
"route_from_protocol_all": "show route protocol '%s' all",
|
||||
"route_from_protocol_primary": "show route protocol '%s' primary",
|
||||
"route_from_protocol_all_primary": "show route protocol '%s' all primary",
|
||||
"route_filtered_from_protocol": "show route filtered protocol '%s'",
|
||||
"route_filtered_from_protocol_all": "show route filtered protocol '%s' all",
|
||||
"route_from_origin": "show route where bgp_path.last = %s",
|
||||
"route_from_origin_all": "show route where bgp_path.last = %s all",
|
||||
"route_from_origin_primary": "show route where bgp_path.last = %s primary",
|
||||
|
||||
Reference in New Issue
Block a user