-
On Cisco, a peer-group must be defined before it can be activated. Batfish currently enforces this.
On Arista, activating a non-existent peer-group creates that peer-group. Batfish should detect conf…
-
a bunch of things break when the local repository root has a space in it.
-
The stored value of the name of the next-hop interface of a static route is not canonicalized. This causes a crash in data plane computation when the actual interface cannot be found due to the name m…
-
There are two kinds of Markdown support to consider: Markdown embedded in JS, and Markdown files used as pages.
## Markdown embedded in JS
Looking something like this:
```js
import md from '…
-
Status: FAILURE
Question: null
{
"class" : "org.batfish.common.BatfishException$BatfishStackTrace",
"contents" : [
"org.batfish.common.BatfishException: Batfish job failed",
" at…
-
Installed 2.0.7 this morning. Have received several "RD has had an error" messages.
[RubberduckLog.txt](https://github.com/rubberduck-vba/Rubberduck/files/382272/RubberduckLog.txt)
-
It appears that @JsonPropertDescription is not implemented?
I have this class:
public class Shape {
@JsonPropertyDescription("this is name")
public String name;
}
The outpu…
-
This is ugly because I've just updated 4 centos 7 machines to `3.10.0-229.20.1.el7.x86_64` kernel and _only on one_ of them I get
```
[root@batfish modules]# modprobe -v zfs
insmod /lib/modules/3.10.…
-
During ZFS send and receive at least one file is becoming corrupted - and neither sending nor receiving pool reports any errors during the send or with zpool status.
A demonstration:
On the sending …
-
Autoformatting (CTRL+SHIFT+F) the following text results in semantics-breaking changes:
// **_BEFORE**_
options {
superClass = batfish.util.DummyLexer;
}
WS
:
(
' '
| '\t'
|…