summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ip-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-09-13 17:42:41 +0200
committerThomas Haller <thaller@redhat.com>2017-09-26 19:39:36 +0200
commit5b0f895e19c9e7b34559fb03ca1236cbbce5d819 (patch)
tree85c7d4afa14d6cda581001fd2be97f85943f4815 /libnm-core/nm-setting-ip-config.h
parentc71f26bf921314c39c494a748bf6d621d488e826 (diff)
downloadNetworkManager-5b0f895e19c9e7b34559fb03ca1236cbbce5d819.tar.gz
libnm,core: add TABLE attribute for routes settings
https://bugzilla.redhat.com/show_bug.cgi?id=1436531
Diffstat (limited to 'libnm-core/nm-setting-ip-config.h')
-rw-r--r--libnm-core/nm-setting-ip-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-ip-config.h b/libnm-core/nm-setting-ip-config.h
index c933c28735..a3e4007c9e 100644
--- a/libnm-core/nm-setting-ip-config.h
+++ b/libnm-core/nm-setting-ip-config.h
@@ -131,6 +131,7 @@ gboolean nm_ip_route_attribute_validate (const char *name,
gboolean *known,
GError **error);
+#define NM_IP_ROUTE_ATTRIBUTE_TABLE "table"
#define NM_IP_ROUTE_ATTRIBUTE_SRC "src"
#define NM_IP_ROUTE_ATTRIBUTE_FROM "from"
#define NM_IP_ROUTE_ATTRIBUTE_TOS "tos"