From bee3ed95da5f252caae391d51d3c4a0f210e14eb Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Thu, 5 Oct 2006 11:50:39 +0000 Subject: - documentation (ax25rtd.8, ax25rtd.conf.5, ax25rtctl.8) - new feature: advanced routing option --- ax25rtd/ax25rtd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ax25rtd/ax25rtd.conf') diff --git a/ax25rtd/ax25rtd.conf b/ax25rtd/ax25rtd.conf index 5a8e9f3..0b84f32 100644 --- a/ax25rtd/ax25rtd.conf +++ b/ax25rtd/ax25rtd.conf @@ -13,6 +13,22 @@ ax25-maxroutes 4096 ip-maxroutes 4096 # +#iproute2-table radio +# iproute2-table: name of the kernel routing table. This is an advanced +# routing feature. If you do not need it, just leave this setting as is. +# The current implementation depends on iproute2 (anyone like to code it +# directly?). +# If not set or empty, routes are set in the normal, default, manner. +# Please configure /etc/iproute2/rt_protos with +# 44 ax25rtd +# and /etc/iproute2/rt_tables with +# 210 radio +# where "radio" is the name of the table, (for the configuration option below). +# +#ip-encaps-dev ipax0 +# This option was for a patched kernel of the 2.2.x series. Multible +# interfaces were aggregated to one interface when sending IP frames. +# # Port config # =========== # -- cgit v1.2.3