summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-04-15 15:26:11 -0700
committerDan Williams <dcbw@redhat.com>2010-04-15 15:26:11 -0700
commit37c411abc91714e8a14c7811fe8ef6c133a280f5 (patch)
tree8c1439384a9b752ebbe715ce353993ebc431a426 /src/nm-active-connection.h
parente2ad8c2a5410c734a58ab22ee4e14579dfc6542b (diff)
downloadNetworkManager-37c411abc91714e8a14c7811fe8ef6c133a280f5.tar.gz
core: add 'default6' property to ActiveConnection implementations
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index 4a1f2e1477..6a463cb257 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -15,7 +15,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2008 - 2010 Red Hat, Inc.
*/
#ifndef NM_ACTIVE_CONNECTION_H
@@ -30,6 +30,7 @@
#define NM_ACTIVE_CONNECTION_DEVICES "devices"
#define NM_ACTIVE_CONNECTION_STATE "state"
#define NM_ACTIVE_CONNECTION_DEFAULT "default"
+#define NM_ACTIVE_CONNECTION_DEFAULT6 "default6"
#define NM_ACTIVE_CONNECTION_VPN "vpn"
char *nm_active_connection_get_next_object_path (void);