Skip to content

Releases: vladimirs-git/cisco-acl

3.2.4 (2024-04-01)

01 Apr 15:32
Compare
Choose a tag to compare

3.2.4 (2024-04-01)

Fixed: Acl.group() transform LINE_DUPLICATE_REMARKS_UNGROUPED to LINE_DUPLICATE_REMARKS_GROUPED

3.2.3 (2024-02-01)

01 Feb 08:52
Compare
Choose a tag to compare

Unreleased

Change:
Host in standard ACL.

ip access-list standard ACL
 permit 10.0.0.1

instead of

ip access-list standard ACL
 permit host 10.0.0.1

3.2.3 (2024-02-01)

Fixed: ip access-list standard, permit A.B.C.D (without host keyword)

3.2.1 (2023-12-05)

05 Dec 14:25
Compare
Choose a tag to compare

3.2.1 (2023-12-05)

  • [fix] netports = "^0.12.1"

3.1.0 (2023-11-22)

22 Nov 14:11
Compare
Choose a tag to compare

3.1.0 (2023-11-22)

  • [new] asa

3.0.4 (2022-11-02)

02 Nov 07:04
Compare
Choose a tag to compare

3.0.4 (2022-11-02)

  • [new] Acl.tcam_count()

3.0.3 (2022-11-01)

  • [change] netports==0.6.1

3.0.2 (2022-11-01)

  • [fix] py.typed

3.0.1 (2022-10-31)

  • [rename] AceBase, AddressBase
  • [fix] AddressBase._is_address_prefix()

3.0.0 (2022-10-30)

  • [new] kwargs for cisco_acl.acls() cisco_acl.aces() cisco_acl.addrgroups()
  • [change] Address "nxos" + "0.0.0.0/0" = "any"
  • [change] Address "nxos" + "0.0.0.0/32" = "host 0.0.0.0"
  • [fix] AceGroup._line_to_oace(), known_skip = ["statistics ", "description ", "ignore "]

3.0.3 (2022-11-01)

01 Nov 18:04
Compare
Choose a tag to compare

3.0.3 (2022-11-01)

  • [change] netports==0.6.1

3.0.2 (2022-11-01)

  • [fix] py.typed

3.0.1 (2022-10-31)

  • [rename] AceBase, AddressBase
  • [fix] AddressBase._is_address_prefix()

3.0.2 (2022-11-01)

01 Nov 17:46
Compare
Choose a tag to compare

3.0.2 (2022-11-01)

  • [fix] py.typed

3.0.1 (2022-10-31)

  • [rename] AceBase, AddressBase
  • [fix] AddressBase._is_address_prefix()

3.0.0 (2022-10-30)

  • [new] kwargs for cisco_acl.acls() cisco_acl.aces() cisco_acl.addrgroups()
  • [change] Address "nxos" + "0.0.0.0/0" = "any"
  • [change] Address "nxos" + "0.0.0.0/32" = "host 0.0.0.0"
  • [fix] AceGroup._line_to_oace(), known_skip = ["statistics ", "description ", "ignore "]

3.0.1 (2022-10-31)

01 Nov 17:21
Compare
Choose a tag to compare

3.0.1 (2022-10-31)

  • [rename] AceBase, AddressBase
  • [fix] AddressBase._is_address_prefix()

3.0.0 (2022-10-30)

  • [new] kwargs for cisco_acl.acls() cisco_acl.aces() cisco_acl.addrgroups()
  • [change] Address "nxos" + "0.0.0.0/0" = "any"
  • [change] Address "nxos" + "0.0.0.0/32" = "host 0.0.0.0"
  • [fix] AceGroup._line_to_oace(), known_skip = ["statistics ", "description ", "ignore "]

3.0.0 (2022-10-30)

30 Oct 19:23
Compare
Choose a tag to compare

3.0.0 (2022-10-30)

  • [new] kwargs for cisco_acl.acls() cisco_acl.aces() cisco_acl.addrgroups()
  • [change] Address "nxos" + "0.0.0.0/0" = "any"
  • [change] Address "nxos" + "0.0.0.0/32" = "host 0.0.0.0"
  • [fix] AceGroup._line_to_oace(), known_skip = ["statistics ", "description ", "ignore "]

2.1.0 (2022-10-25)

29 Oct 20:21
Compare
Choose a tag to compare

2.1.0 (2022-10-25)

  • [change] Ace.data(uuid=True)
  • [fix] Ace.shadow_of() performance improvement
  • [fix] Acl.delete_shadow()
  • [fix] Address.platform = "nxos", lost addrgroup items
  • [fix] uuid the same after platform change
  • [new] Address.subnet_of() AddressAg.subnet_of()
  • [new] address.collapse() address_ag.collapse()
  • [new] skip: "addrgroup", "nc_wildcard" in Ace.is_shadow_by(skip) Acl.shading()