From bd5d0d62f10c65d56e1900014be5989a3feb8380 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Nov 1998 14:40:39 +0000 Subject: Allow setting debug value and `disabled' flag in protocol definition. --- bird.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index ea7edf8..314e242 100644 --- a/bird.conf +++ b/bird.conf @@ -6,8 +6,9 @@ router id 62.168.0.1 -define xyzzy = 120+10; +define xyzzy = 120+10 protocol rip MyRIP_test { - preference xyzzy; + preference xyzzy + debug all } -- cgit v1.2.3