ratulm
ratulm
It will be quite useful to have a publication chairs role, which will give users with this role to do much of what ACM needs publication chairs to do. Without...
via @drosarius on Slack: https://batfish-org.slack.com/archives/C8XKQNHAQ/p1645805936900479 In a config like below, the access-group is not tied to the interface: ``` ASA Version 9.1(2) ! hostname test_asa domain-name test.org ! interface GigabitEthernet0/6...
Support for DSCP in firewall filter terms was added in https://github.com/batfish/batfish/pull/7945. The box behavior has not been fully tested, which should be done. See https://github.com/batfish/batfish/blob/6be2fffb1ccceac7347334c537e1edec1c46930b/projects/batfish/src/main/java/org/batfish/representation/juniper/FwFromDscp.java#L32
Device behavior is documented in tests added in this PR: https://github.com/batfish/batfish/pull/7869
When two interfaces in the same VRF have addresses in the same prefix. See the test case in https://github.com/batfish/batfish/pull/7793
https://networktocode.slack.com/archives/CCE02JK7T/p1604650500042600 If group A have hostname and group B have hostname, the hostname should be determined by the appy-group sequence. If group A is before group B then the hostname...
This call: `bf_fork_snapshot(snapshot_name, name='wan-interface-failed', overwrite=True, deactivate_nodes=[Interface(hostname='router', interface='GigabitEthernet0/0/0')])` where a list of Interfaces is mistakely passed to deactivate_nodes, leads to this error message: ``` HTTPError: 400 Client Error: Bad Request for...
Couple of things: 1/ The question should show up here: https://pybatfish.readthedocs.io/en/latest/notebooks/differentialQuestions.html 2/ Add to this notebook (https://github.com/batfish/pybatfish/blob/master/jupyter_notebooks/Analyzing%20Routing%20Policies.ipynb) or create a separate one showing usage 1 is higher priority. Once that...
Allow users to fully customize where they want the report to be dumped. Often, they may want to treat the snapshot directory as read-only. Also, the previous code wouldn't have...
### Checks - [x] I have updated to the lastest minor and patch version of Strands - [x] I have checked the documentation and this is not expected behavior -...