--- gvpe/src/vpn_dns.C 2005/04/26 00:55:56 1.39 +++ gvpe/src/vpn_dns.C 2005/07/09 20:29:29 1.40 @@ -463,6 +463,8 @@ bool dns_cfg::valid () { + // although the protocol itself allows for some configurability, + // only the following encoding/decoding settings are implemented. return id1 == 'G' && id2 == 'V' && id3 == 'P'