Skip to content

Commit 0b815a6

Browse files
Add Ipv6 Option (#692)
1 parent 9148453 commit 0b815a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshtastic/config.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,11 @@ message Config {
521521
*/
522522
uint32 enabled_protocols = 10;
523523

524+
/*
525+
* Enable/Disable ipv6 support
526+
*/
527+
bool ipv6_enabled = 11;
528+
524529
/*
525530
* Available flags auxiliary network protocols
526531
*/

0 commit comments

Comments
 (0)