mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Ipv6 Option (#692)
This commit is contained in:
parent
91484534a5
commit
0b815a6f93
1 changed files with 5 additions and 0 deletions
|
|
@ -521,6 +521,11 @@ message Config {
|
|||
*/
|
||||
uint32 enabled_protocols = 10;
|
||||
|
||||
/*
|
||||
* Enable/Disable ipv6 support
|
||||
*/
|
||||
bool ipv6_enabled = 11;
|
||||
|
||||
/*
|
||||
* Available flags auxiliary network protocols
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue