-
Device behavior is documented in tests added in this PR: https://github.com/batfish/batfish/pull/7869
-
Came here after reading the poster at SIGCOMM. Thanks!
An important part of dataplane verification is NAT. A subpart of that is erasing some bits and replacing them. You can see this code here for …
-
When enabling EIGRP on tunnel interfaces in Cisco routers, expected EIGRP neighbor result should be like below:
```
brborder1#sh ip eigrp neighbor
EIGRP-IPv4 Neighbors for AS(1)
H Address …
-
Based on [Juniper Docs](https://www.juniper.net/documentation/us/en/software/junos/routing-overview/bgp/topics/concept/routing-protocols-default-route-preference-values.html) the max value for AD is 4…
-
Batfish indexes devices based on their hostnames. However, it's fairly common for multiple copies of the configuration for the same host to be in a RANCID backup, either because folks were lazy settin…
-
So Allinone cannot be used with the Client as logs keep on appearing on the prompt
-
I would like support for Fortigate in Batfish.
Especially I want to add evaluate fw policy.
I added a Fortigate config at this comment.
[FGT.txt](https://github.com/batfish/batfish/files/3045994/…
-
On a machine with multiple JDKs installed, JDK8 might not be the default. However, the `JAVA_HOME` environment variable allows maven to find the correct JDK to work with. However, there are scripts (E…
-
error:
```
'java.lang.NullPointerException\n\tat org.batfish.representation.juniper.JuniperConfiguration.toRibGroup(JuniperConfiguration.java:2602)\n\tat org.batfish.representation.juniper.JuniperCo…
-
Batfish Version : Docker image `batfish/batfish:2020.01.11.363`
Hi
I noticed that some interfaces on Arista are interpreted as `Active: False` by batfish even when the interface is not explicitly…