Hi all! I try to implement simple filter which rejects all prefixes except a few with 'case' control this way:
filter permit_white { case net { 1.1.1.1/32: accept; 2.2.2.2/32: accept; else: reject; } } But syntax check fails on line '1.1.1.1/32: accept;'. I read everything on Internet what was found, but cannot understand what is wrong. ------------------------------------------ Служба поддержки серверов Группа сетевого администрирования ДПП.УТП.СПС ЗАО ПФ <СКБ-Контур>, Тел. +7 (343) 344-11-50 доб. 75352 e-mail: dc-...@skbkontur.ru<mailto:dc-...@skbkontur.ru> https://www.kontur.ru<https://www.kontur.ru/>