Skip to content

Commit c35342b

Browse files
authored
Merge pull request #1308 from kernelkit/misc
Fix factory-config, duplicate IPv6 address entry
2 parents dc6e827 + 0a0e03a commit c35342b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*~
2+
.claude
23
.gdb_history
34
/.backup
45
/.ccache

board/aarch64/bananapi-bpi-r3/rootfs/usr/share/product/bananapi,bpi-r3/etc/factory-config.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
{
100100
"name": "wan",
101101
"type": "infix-if-type:ethernet",
102-
"ietf-ip:ipv6": {},
103102
"ietf-ip:ipv4": {
104103
"infix-dhcp-client:dhcp": {
105104
"option": [

board/aarch64/friendlyarm-nanopi-r2s/rootfs/usr/share/product/friendlyarm,nanopi-r2s/etc/factory-config.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
{
5959
"name": "wan",
6060
"type": "infix-if-type:ethernet",
61-
"ietf-ip:ipv6": {},
6261
"ietf-ip:ipv4": {
6362
"infix-dhcp-client:dhcp": {
6463
"option": [

0 commit comments

Comments
 (0)