-
I have read the paper "A General Approach to Network Configuration Analysis (NSDI 2015)". It 's very marvelous. I have two question about batfish .
1. Datalog is a specific First Order Logic. Th…
-
__Related to #462__
Hi Ari/Ratul,
I am attaching a very simple test rig which has 2 zones
```
z1-host1 z1-firewall r1 r2 z2-firewall z2-host1
```
The following query and output is anom…
-
There are a few hardcoded port numbers for listened-to sockets. This makes it impossible to run two instances of batfish on a single machine, among other things. These ports should be configurable.
…
-
Hi, I have an inter-linked class structure, the essence of which can be captured as the following:
public class SchemaTest {
public List parents;
}
…
-
If the VpcPeeringConnections-.json file has a stanza for Acceptor and Requestor VPC info, which is missing the CidrBlock entry
"CidrBlock": "10.194.0.0/16",
"CidrBlockSet": [
{
…
-
if you ask a question on a testrig that existed before #741 , you get a null pointer exception.
Testrig metadata should be recomputed if it does not exist.
-
Command log:
```
init-testrig test_rigs/example
get environmentcreation interfaceBlacklist=[{hostname="as2border2",interface="GigabitEthernet0/0"}]
get reachability type=reduced
get reachabilit…
-
I've had problems getting batfish to compile with the Linux virtual machines I have access to, which are limited to 2-3GB of RAM.
Via various combinations of increasing java memory allocations usin…
-
Hi batfish folks,
I've got a topology in GNS3 where I am configuring OSPF on Cisco CSR (v16.3) routers and ASA (v9.7) firewalls. With the CSR routers, the "network" command is…
-
Interacting with batfish from interactively seems fairly well defined for simple use cases -- start allinone, execute text commands. However, it's not clear how one is intended to control batfish in a…