[network-manager-openvpn: 4/25] properties/trivial: order definition of TAGs alphabetically



commit c6f3a173d66dc2392bb03a59a05b10877b85ca1b
Author: Thomas Haller <thaller redhat com>
Date:   Fri Jan 29 10:22:36 2016 +0100

    properties/trivial: order definition of TAGs alphabetically

 properties/import-export.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/properties/import-export.c b/properties/import-export.c
index 7a0a40c..cc99d70 100644
--- a/properties/import-export.c
+++ b/properties/import-export.c
@@ -54,39 +54,39 @@
 #define TAG_CA                          "ca "
 #define TAG_CERT                        "cert "
 #define TAG_CIPHER                      "cipher "
-#define TAG_KEYSIZE                     "keysize "
 #define TAG_CLIENT                      "client"
 #define TAG_COMP_LZO                    "comp-lzo"
-#define TAG_FLOAT                       "float"
 #define TAG_DEV                         "dev "
 #define TAG_DEV_TYPE                    "dev-type "
+#define TAG_FLOAT                       "float"
 #define TAG_FRAGMENT                    "fragment "
+#define TAG_HTTP_PROXY                  "http-proxy "
+#define TAG_HTTP_PROXY_RETRY            "http-proxy-retry"
 #define TAG_IFCONFIG                    "ifconfig "
-#define TAG_KEY                         "key "
 #define TAG_KEEPALIVE                   "keepalive "
+#define TAG_KEY_DIRECTION               "key-direction "
+#define TAG_KEY                         "key "
+#define TAG_KEYSIZE                     "keysize "
 #define TAG_MSSFIX                      "mssfix"
-#define TAG_PING                        "ping "
 #define TAG_PING_EXIT                   "ping-exit "
+#define TAG_PING                        "ping "
 #define TAG_PING_RESTART                "ping-restart "
 #define TAG_PKCS12                      "pkcs12 "
 #define TAG_PORT                        "port "
 #define TAG_PROTO                       "proto "
-#define TAG_HTTP_PROXY                  "http-proxy "
-#define TAG_HTTP_PROXY_RETRY            "http-proxy-retry"
-#define TAG_SOCKS_PROXY                 "socks-proxy "
-#define TAG_SOCKS_PROXY_RETRY           "socks-proxy-retry"
-#define TAG_REMOTE                      "remote "
+#define TAG_REMOTE_CERT_TLS             "remote-cert-tls "
 #define TAG_REMOTE_RANDOM               "remote-random"
+#define TAG_REMOTE                      "remote "
 #define TAG_RENEG_SEC                   "reneg-sec "
+#define TAG_ROUTE                       "route "
 #define TAG_RPORT                       "rport "
 #define TAG_SECRET                      "secret "
+#define TAG_SOCKS_PROXY_RETRY           "socks-proxy-retry"
+#define TAG_SOCKS_PROXY                 "socks-proxy "
 #define TAG_TLS_AUTH                    "tls-auth "
-#define TAG_KEY_DIRECTION               "key-direction "
 #define TAG_TLS_CLIENT                  "tls-client"
 #define TAG_TLS_REMOTE                  "tls-remote "
-#define TAG_REMOTE_CERT_TLS             "remote-cert-tls "
 #define TAG_TUN_MTU                     "tun-mtu "
-#define TAG_ROUTE                       "route "
 
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]