~moon127/+junk/openvpn-server-charm

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: LaMont Jones
  • Date: 2014-11-29 18:42:15 UTC
  • Revision ID: lamont@mmjgroup.com-20141129184215-maiunbozbevi933s
comment cleanup, {tcp,udp}_network is optional for v6-only support

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    default: ""
84
84
    type: string
85
85
    description: |
86
 
      IPv6 Network for UDP clients (CIDR format)
 
86
      IPv6 Network for UDP clients, if any. CIDR format (e.g.: 2001:db8::0/64)
87
87
  udp_network:
88
88
    default: ""
89
89
    type: string
90
90
    description: |
91
 
      Network for UDP clients
 
91
      Network for UDP clients, if any. (netmask is separate)
92
92
  udp_netmask:
93
93
    default: ""
94
94
    type: string
138
138
    default: ""
139
139
    type: string
140
140
    description: |
141
 
      IPv6 Network for TCP clients (CIDR format)
 
141
      IPv6 Network for TCP clients, if any. CIDR format (e.g.: 2001:db8::0/64)
142
142
  tcp_network:
143
143
    default: ""
144
144
    type: string
145
145
    description: |
146
 
      Network for TCP clients
 
146
      Network for TCP clients, if any. (netmask is separate)
147
147
  tcp_netmask:
148
148
    default: ""
149
149
    type: string