summaryrefslogtreecommitdiffstats
path: root/filter/test.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-24 13:04:32 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-24 13:04:32 +0100
commit48f9e0195488db0a515e4e5140d402fe4fe7d927 (patch)
tree16cc778a08b5fd3dcc2e7f21cfa69f741764208f /filter/test.conf
parent99bbd23b229419403f673c626001eb0f35cc3a4e (diff)
downloadbird-48f9e0195488db0a515e4e5140d402fe4fe7d927.tar
bird-48f9e0195488db0a515e4e5140d402fe4fe7d927.zip
Filters: write access to dynamic attributes should actually work. It
would be nice to find method of testing such beasts.
Diffstat (limited to 'filter/test.conf')
-rw-r--r--filter/test.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/test.conf b/filter/test.conf
index 837c423..7a1c07b 100644
--- a/filter/test.conf
+++ b/filter/test.conf
@@ -73,6 +73,8 @@ int j;
if rta.rip_metric > 15 then {
reject "RIP Metric is more than infinity";
}
+ rta.rip_metric = 14;
+ unset(rta.rip_metric);
accept "ok I take that";
}