Skip to content

Commit

Permalink
[PD] Disable PD_REF for Raspberry Pi and Debian Default Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong-cnyn committed Nov 20, 2024
1 parent ef7bb73 commit eb1b6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/platforms/debian/default
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
NAT64=0
DNS64=0
DHCPV6_PD=0
DHCPV6_PD_REF=1
DHCPV6_PD_REF=0
NETWORK_MANAGER=0
BACKBONE_ROUTER=1
BORDER_ROUTING=1
Expand Down
2 changes: 1 addition & 1 deletion examples/platforms/raspbian/default
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
NAT64=1
DNS64=0
DHCPV6_PD=0
DHCPV6_PD_REF=1
DHCPV6_PD_REF=0
NETWORK_MANAGER=0
BACKBONE_ROUTER=1
BORDER_ROUTING=1
Expand Down

0 comments on commit eb1b6b0

Please sign in to comment.