Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Support banner and snmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrajewski committed Jul 11, 2024
1 parent 69aefd5 commit 546c9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class BannerConverter(FTConverter):
supported_template_types = ("cisco_banner",)
supported_template_types = ("cisco_banner", "banner")

def create_parcel(self, name: str, description: str, template_values: dict) -> BannerParcel:
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SNMPConverter(FTConverter):
supported_template_types (tuple): A tuple of supported template types.
"""

supported_template_types = ("cisco_snmp",)
supported_template_types = ("cisco_snmp", "snmp")

default_view_oid_id = "{{{{l_snmpView_1_snmpOid_{}_id}}}}"

Expand Down

0 comments on commit 546c9b9

Please sign in to comment.