Skip to content

Commit

Permalink
Add network link invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 21, 2015
1 parent f4df7b8 commit b6f7425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pritunl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@
CIPHER_INVALID = 'cipher_invalid'
CIPHER_INVALID_MSG = 'Encryption cipher is invalid.'

NETWORK_LINK_INVALID = 'network_link_invalid'
NETWORK_LINK_INVALID_MSG = 'Network link is not a valid network address.'

NETWORK_IN_USE = 'network_in_use'
NETWORK_IN_USE_MSG = 'Network address is already in use.'

Expand Down

0 comments on commit b6f7425

Please sign in to comment.