annetutil / annet

MIT License
43 stars 17 forks source link

Fix acl regexp parser #76

Closed grigory51 closed 2 months ago

grigory51 commented 2 months ago

Now in ACL not available using regexp with /:

interface ~/(GE1/0/17|GE1/0/18|GE1/0/48)/
interface ~/(GE1\/0\/17|GE1\/0\/18|GE1\/0\/48)/
interface ~/(GE1\/0\/17|GE1\/0\/18|GE1\/0\/48)/ %cant_delete
interface ~/(GE1\/0\/17|GE1\/0\/18|GE1\/0\/48)/ test ~/asd/

Fix it: https://regexr.com/857qd