hknutzen/Netspoc

access-list logging currently only works for ASA

hknutzen opened this issue · 0 comments

Generated code for ACL logging is currently log <severity>.
This syntax works only for devices of type ASA.
We must generate device specific code here:

  • IOS: log | log-input
  • NX-OS: log
  • other: not supported