summaryrefslogtreecommitdiff
path: root/sysdep/unix/krt-set.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-10-19 17:52:29 +0000
committerMartin Mares <mj@ucw.cz>1998-10-19 17:52:29 +0000
commit08045252553478457f923a9f941675df9992f507 (patch)
treecf34d40c0b6f3fa0697cf5164d64077eb1d849ce /sysdep/unix/krt-set.h
parent567e6c62208d3bb05b58b8ed08c2be29d6542f2b (diff)
Basic kernel routing table syncing implemented. Learning of routes installed
by other programs or the kernel itself is not supported yet, but it's not needed for development of other protocols.
Diffstat (limited to 'sysdep/unix/krt-set.h')
-rw-r--r--sysdep/unix/krt-set.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdep/unix/krt-set.h b/sysdep/unix/krt-set.h
index 3b906baf..a2107e12 100644
--- a/sysdep/unix/krt-set.h
+++ b/sysdep/unix/krt-set.h
@@ -12,4 +12,8 @@
struct krt_set_params {
};
+void krt_remove_route(net *net, rte *old);
+void krt_add_route(net *net, rte *new);
+int krt_capable(net *net, rte *e);
+
#endif