diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-01 16:10:21 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-01 16:10:21 +0100 |
commit | 730f2e2c8c29b3461caa096fa514cbf71f84e51b (patch) | |
tree | 0a01f3aeb128be3746f67ee9c9adc1c8c62013d7 /conf | |
parent | 04a60c689aeb10fafa9919bcff5f8391e0f3a158 (diff) | |
download | bird-730f2e2c8c29b3461caa096fa514cbf71f84e51b.tar bird-730f2e2c8c29b3461caa096fa514cbf71f84e51b.zip |
Added dumping of routing tables (`show route'). This includes filtering.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 02a86e9..2a76dec 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -33,6 +33,7 @@ CF_DECLS struct f_tree *e; struct f_val v; struct password_item *p; + struct rt_show_data *ra; } %token END CLI_MARKER |