Skip to content

Commit 58e1238

Browse files
committed
board/aarch64: firewall forwarding and enable dhcpv6 client on wan
- firewall: allow traffic to be forwarded from lan to wan zone - dhcpv6: enable client on wan interface Signed-off-by: Joachim Wiberg <[email protected]>
1 parent bd2f346 commit 58e1238

File tree

2 files changed

+22
-0
lines changed
  • board/aarch64

2 files changed

+22
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@
113113
{"id": "vendor-class", "value": "Banana Pi BPI-R3"}
114114
]
115115
}
116+
},
117+
"ietf-ip:ipv6": {
118+
"infix-dhcpv6-client:dhcp": {
119+
"option": [
120+
{"id": "ntp-server"},
121+
{"id": "client-fqdn"},
122+
{"id": "domain-search"},
123+
{"id": "dns-server"}
124+
]
125+
}
116126
}
117127
},
118128
{
@@ -284,6 +294,7 @@
284294
"policy": [
285295
{
286296
"name": "lan-to-wan",
297+
"action": "accept",
287298
"ingress": [
288299
"lan"
289300
],

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
{"id": "vendor-class", "value": "NanoPi R2S"}
7373
]
7474
}
75+
},
76+
"ietf-ip:ipv6": {
77+
"infix-dhcpv6-client:dhcp": {
78+
"option": [
79+
{"id": "ntp-server"},
80+
{"id": "client-fqdn"},
81+
{"id": "domain-search"},
82+
{"id": "dns-server"}
83+
]
84+
}
7585
}
7686
}
7787
]
@@ -235,6 +245,7 @@
235245
"policy": [
236246
{
237247
"name": "lan-to-wan",
248+
"action": "accept",
238249
"ingress": [
239250
"lan"
240251
],

0 commit comments

Comments
 (0)