Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
[config] enable SLAAC (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp authored Apr 30, 2021
1 parent a76e967 commit 39a4915
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
run: |
sudo apt update
sudo apt-get install -y gcc git wget make libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-cryptography python-future python-pyparsing
python3 -m pip install --upgrade pip
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- name: Build
Expand Down
10 changes: 10 additions & 0 deletions src/openthread-core-esp32-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
#define OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE 1
#endif

/**
* @def OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE
*
* Define to 1 to enable IP6 SLAAC support.
*
*/
#ifndef OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE
#define OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE 1
#endif

/**
* @def OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE
*
Expand Down

0 comments on commit 39a4915

Please sign in to comment.