aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorSong GUO <songguo@google.com>2022-11-16 01:51:20 +0800
committerGitHub <noreply@github.com>2022-11-15 09:51:20 -0800
commitf62d3647398172283867ed362cd356daed04f6ef (patch)
tree084442c85d8dae730a0eddf9777392ae6c7c12c2 /.github/workflows/build.yml
parent162bf6d34960e0f35ed60be07a97358b7d93d6a6 (diff)
downloadot-br-posix-f62d3647398172283867ed362cd356daed04f6ef.tar.gz
[nat64] implement dBus API for NAT64 (#1598)
This commit implements the D-BUS API `SetNat64Enabled` and properties `Nat64State`, `Nat64Mappings`, `Nat64TrafficCounters`, `Nat64ErrorCounters`.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 27584a54..5e6fe3b6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
BUILD_TARGET: check
OTBR_BUILD_TYPE: ${{ matrix.build_type }}
OTBR_MDNS: ${{ matrix.mdns }}
- OTBR_OPTIONS: "-DOTBR_SRP_ADVERTISING_PROXY=ON"
+ OTBR_OPTIONS: "-DOTBR_SRP_ADVERTISING_PROXY=ON -DOTBR_BORDER_ROUTING=ON -DOTBR_NAT64=1"
OTBR_COVERAGE: 1
steps:
- uses: actions/checkout@v3