Skip to content

Batfish 2020-02-03

Compare
Choose a tag to compare
@progwriter progwriter released this 03 Feb 22:46
3144fb4

Release notes

Noteworthy new features and improvements in this release include:

  • Batfish now produces detailed filter traces for TestFilters and SearchFilters questions. Most improvements can be seen in filter on Juniper SRX, Amazon Web Services (AWS), Cisco ASA and Palo Alto Networks devices.
    See the Analyzing public and hybrid cloud networks notebook for an example. When tracing an AWS instance's security groups, the following trace is produced:
    • Matched security group launch-wizard-1
      • Matched rule with description Connectivity test
        • Matched protocol TCP
        • Matched destination port 3306
        • Matched source address CIDR IP 0.0.0.0/0
  • SearchFilters: more comprehensive search of flows on firewalls (#5406)
  • Cumulus FRR: better support for labs from Dinesh Dutt (@ddutt) (#5397, #5443, #5454)
  • Cumulus FRR: better support for set community additive (#5327) and set metric (#5441) (Thanks, @raveranj!)
  • BGP: better support no-export community in all vendors (#5408)

Bug fixes:

  • Arista BGP: fix two small bugs introduced in the last release (#5434, #5463)
  • Juniper: fix BGP router-id inference when not explicitly configured (#5503)
  • NXOS: parsing enhancements for BGP template-peer (#5511)

Breaking changes:

  • None known.

Installation

To upgrade your local Docker image, run docker pull batfish/allinone then follow the standard instructions to get started.