zVSciy / cisco-configurator-2.0

3 stars 0 forks source link

checkExtendedACLs function does not work properly #31

Closed marc406 closed 3 months ago

marc406 commented 3 months ago

image

Scenario:

Configured 2extendet ACl and changed site to basic acls - extended acl got not stored into config because

if checkExtendedACLs(extended_acl_config) != '': -> on line 577 vies.py (master newest)

returns false

extended_acl_config value: '100,tcp,0.0.0.0,0.0.0.0,0.0.0.0,0.0.0.0,80;150,deny,0.0.0.0,0.0.0.0,0.0.0.0,0.0.0.0,50;'

marc406 commented 3 months ago

nevermind input was wrong

goalkeeper2406 commented 3 months ago

frontend sends 'tcp', instead of 'permit' image