You've already forked bird-lg-go
mirror of
https://github.com/xddxdd/bird-lg-go
synced 2025-10-14 19:42:16 +02:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bb933954a9 | ||
![]() |
4898a095b1 | ||
![]() |
76fa6c6d06 | ||
![]() |
ae6460d2d3 | ||
![]() |
d312f7de1b | ||
![]() |
1097e69070 |
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@@ -23,22 +23,26 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Release frontend
|
||||
uses: wangyoucao577/go-release-action@v1.40
|
||||
uses: wangyoucao577/go-release-action@v1.53
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
project_path: "./frontend"
|
||||
binary_name: "bird-lg-go"
|
||||
pre_command: |
|
||||
export CGO_ENABLED=0
|
||||
|
||||
- name: Release proxy
|
||||
uses: wangyoucao577/go-release-action@v1.40
|
||||
uses: wangyoucao577/go-release-action@v1.53
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
project_path: "./proxy"
|
||||
binary_name: "bird-lgproxy-go"
|
||||
pre_command: |
|
||||
export CGO_ENABLED=0
|
||||
|
||||
docker-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
@@ -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