]> git.ipfire.org Git - thirdparty/bird.git/commit - filter/config.Y
Allow matching on enums:
authorPavel Machek <pavel@ucw.cz>
Thu, 1 Jun 2000 08:32:49 +0000 (08:32 +0000)
committerPavel Machek <pavel@ucw.cz>
Thu, 1 Jun 2000 08:32:49 +0000 (08:32 +0000)
commit1895e81e0532f732f501036402bbdd1825885cfd
tree8f2c9e7b8bfb5b1b2e76657289a91af0146c9dd0
parent42542c56c23174bfaefb1b949b90ed72afbea8fd
Allow matching on enums:

        if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then {
                print "Failed in test";
                quitbird;
        }
filter/config.Y
filter/filter.c
filter/test.conf2