-
Batfish requests es6-promise ^4.1.0. However, if another dependency of a site requires a lower version of this dependency; and package resolution works such that the lower version ends up at `node_mod…
-
I'm sure I have a configuration error, but I ran into this (partial stack trace below):
```
Caused by: java.lang.NullPointerException
at org.batfish.bdp.VirtualRouter.initStaticRib(VirtualRout…
-
```
batfish_client -coordinatorhost localhost -runmode interactive
```
```
Exception in thread "main" java.lang.NoClassDefFoundError: org/batfish/datamodel/questions/INodeRegexQuestion
at java…
-
Related to #219, #224
if you do
```
batfish> answer reachability actions=["drop"], ingressNodeRegex="n(7|8)"
```
it fails during validation
```
org.batfish.common.BatfishException: Vari…
-
```
batfish> get
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.LinkedList.checkElementIndex(LinkedList.java:555)
at java.util.LinkedList.get(LinkedList.java:476)
at org.…
-
When running allinone.Main from eclipse, if I try to do a simple query it fails with a NullPointerException:
```
batfish> get #checkreachability 10.0.4.200 tcp
get #checkreachability 10.0.4.200 t…
-
It's not a huge deal, but it seems that changes to front matter aren't reflected in the props that get passed to their respective React components. The dev server reloads the app when the file changes…
-
It might be nice to create a helper utility for things like this. I've found these types of things helpful in the past:
* `getActiveRoute` — returns the currently active path
* `isRouteActive` — acc…
-
This is a different kind of failure than #211 .
```
batfish> list-questions
exception: org.codehaus.jettison.json.JSONException: JSONObject["questionlist"] is not a JSONArray.
at org.codehaus…
-
Something that's bumming me out about data selectors is that they can *only* be injected by page, *need* to be injected on every page that will use them, and then need to be passed down the React tree…