Skip to content

Commit

Permalink
Fix node.tag for supernodes
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Sep 1, 2017
1 parent 5bc7192 commit a74553c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ comp_help: Specifies which supernodes should be used for v20 routing lookups. If
val_help: txt; Public key of supernode (52 characters, followed by .k))

create: /opt/vyatta/sbin/vyatta-cjdns-updateconf $VAR(../@) addSupernode $VAR(@)
update: /opt/vyatta/sbin/vyatta-cjdns-updateconf $VAR(../@) deleteSupernode $VAR(@)
delete: /opt/vyatta/sbin/vyatta-cjdns-updateconf $VAR(../@) deleteSupernode $VAR(@)

syntax:expression: pattern $VAR(@) "^[0-9a-zA-Z]{52}\.k$"; "Public key must be 52 characters followed by .k"

0 comments on commit a74553c

Please sign in to comment.