Skip to content

Commit

Permalink
[patch] quick and dirty private flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Oct 4, 2023
1 parent 99c44a5 commit 659e1bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ uci:foreach('gluon', 'interface', function(config)
ifaces:value('uplink', 'Uplink')
ifaces:value('mesh', 'Mesh')
ifaces:value('client', 'Client')
ifaces:value('private', 'Private')
ifaces:exclusive('uplink', 'client')
ifaces:exclusive('mesh', 'client')

Expand Down

0 comments on commit 659e1bd

Please sign in to comment.