Hello Charles,
Le 2017-11-13 à 14:27, Charles Rumford via PacketFence-users a écrit :
I'm currently working on getting some VLAN filters together, but have a couple of questions: 1) Order of Processing Is there a deterministic order to which the different filters are processed? If so, how do I go about forcing the order?
It will follow the order in the file.
2) Examples Are there are any examples of using either the operator regex or match_not? Is there a good way to test this? Should there be any quoting around the value at all?
match will only search for a string in another string (ba will match with banana), so match_not is the opposite. regex will match with a perl regex expression https://perldoc.perl.org/perlre.html. I was thinking about a way to test the different filter through the admin gui but i miss time to do that.
Btw i use this website to test my regex https://www.debuggex.com. Regards Fabrice ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
