Dan Halperin

Results 52 issues of Dan Halperin

https://github.com/batfish/batfish/pull/9050/files Today, `bazel-steward` only updates 3 of the 4 references to the old version. It works because there are two mirrors, with a warning. I believe we are using the...

This is a no-op in the long run, because answerers make sure to present reachable paths with examples. But it will improve efficiency, especially if we later add richer input...

The following 3 lines can be typed at an SRX console: ``` set policy-options policy-statement POLICY-NAME term TERM then metric 10 set policy-options policy-statement POLICY-NAME term TERM then metric add...

The full expressiveness of Juniper regular expressions is not yet fully supported by Batfish. Currently, in `JuniperConfiguration#communityRegexToJavaRegex`: ```java private static String communityRegexToJavaRegex(String regex) { String out = regex; out =...

For our open source project https://github.com/batfish/batfish, we would like to check in project configuration like shared scopes, run configurations, format settings, required plugins, etc. But I can't figure out how...

P3
product: IntelliJ
type: user support

### Is your feature request related to a problem? Please describe. The recommend way to use Python with Bazel is by providing a [Python toolchain](https://github.com/bazelbuild/bazel/blob/master/tools/python/toolchain.bzl#L65). gRPC's `cython_library` rule, however, uses...

kind/enhancement
lang/Python
priority/P2

This commit adds comprehensive documentation for BGP attribute handling properties in routing policy invariants, covering the three core properties: _useOutputAttributes, _readFromIntermediateBgpAttributes, and _writeToIntermediateBgpAttributes. Key deliverables: - Complete documentation suite (7...

Adds support for configuring local-preference value on routes advertised to a BGP group or neighbor. This is distinct from preference (admin distance) and from local-preference manipulation via routing policy. ---...

Add support for `set policy-options policy-statement PS term TERM then metric add/subtract `. Refactor metric grammar to use subrules per token for LL(1) compliance, matching the pattern used for preference...

Add parsing and extraction for `set policy-options policy-statement PS term TERM then metric2 add/subtract `. Refactor metric2 grammar to use subrules per token for LL(1) compliance, matching the pattern used...