From 08045252553478457f923a9f941675df9992f507 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Oct 1998 17:52:29 +0000 Subject: 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. --- sysdep/unix/krt-set.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdep/unix/krt-set.h') diff --git a/sysdep/unix/krt-set.h b/sysdep/unix/krt-set.h index 3b906ba..a2107e1 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 -- cgit v1.2.3