diff options
author | Thomas Osterried <thomas@osterried.de> | 2006-10-05 11:50:39 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2006-10-05 11:50:39 +0000 |
commit | bee3ed95da5f252caae391d51d3c4a0f210e14eb (patch) | |
tree | 10543b624b5359c414c22e8722d754ddd9eb6aef /ax25rtd/ax25rtd.h | |
parent | 981af1193d960e8234e7b0c8fe048aca1ebdb6e9 (diff) |
- documentation (ax25rtd.8, ax25rtd.conf.5, ax25rtctl.8)
- new feature: advanced routing option
Diffstat (limited to 'ax25rtd/ax25rtd.h')
-rw-r--r-- | ax25rtd/ax25rtd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25rtd/ax25rtd.h b/ax25rtd/ax25rtd.h index 53627a1..ca0e499 100644 --- a/ax25rtd/ax25rtd.h +++ b/ax25rtd/ax25rtd.h @@ -1,4 +1,4 @@ -/* $Id: ax25rtd.h,v 1.2 2006/10/04 11:38:22 dl9sau Exp $ +/* $Id: ax25rtd.h,v 1.3 2006/10/05 11:50:39 dl9sau Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -120,6 +120,7 @@ extern int ax25_routes_cnt; extern int ax25_maxroutes; extern char ip_encaps_dev[]; +extern char iproute2_table[]; /* config.c */ |