summaryrefslogtreecommitdiffstats
path: root/cnd/inc/cnd_iproute2.h
diff options
context:
space:
mode:
Diffstat (limited to 'cnd/inc/cnd_iproute2.h')
-rw-r--r--cnd/inc/cnd_iproute2.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cnd/inc/cnd_iproute2.h b/cnd/inc/cnd_iproute2.h
index b156abc..1429725 100644
--- a/cnd/inc/cnd_iproute2.h
+++ b/cnd/inc/cnd_iproute2.h
@@ -122,6 +122,20 @@ class cnd_iproute2
);
/**
+ * @brief Deletes a default entry from the main table.
+ *
+ * @param deviceName The name of the device whose default
+ * entry in the main table will be
+ * deleted (Such as wlan or wwan)
+ * @return True if function is successful. False
+ * otherwise.
+ */
+ bool deleteDefaultEntryFromMainTable
+ (
+ uint8_t *deviceName
+ );
+
+ /**
* @brief Deletes a routing table from the system along with the
* rule corresponding to that table.
*
@@ -135,6 +149,7 @@ class cnd_iproute2
uint8_t *deviceName
);
+
/**
* Displays the contents of all routing tables for debugging
* purposes.