diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-01 15:10:21 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-01 15:10:21 +0000 |
commit | 730f2e2c8c29b3461caa096fa514cbf71f84e51b (patch) | |
tree | 0a01f3aeb128be3746f67ee9c9adc1c8c62013d7 /conf/confbase.Y | |
parent | 04a60c689aeb10fafa9919bcff5f8391e0f3a158 (diff) |
Added dumping of routing tables (`show route'). This includes filtering.
Diffstat (limited to 'conf/confbase.Y')
-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 02a86e94..2a76decc 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 |