Alexander Hedges
Alexander Hedges
It seems that for some reason the docker-proxy destination-NATs ingress ipv6 traffic while not doing the same for ipv4 traffic. This behavior is quite confusing. How to reproduce: Setup on...
This should fix #5 and make the framework usable for production. Uses or closes #5, #10, #11, #15 and #16. ### Major changes - It works, parsing actually produces results...
Without this, the type annotations are not that useful when using mypy, as mypy will consider the package untyped and ignore the type annotations. Conforming to PEP 561 entails: *...
When I try to boot Fedora CoreOS with the latest version of the firmware (v1.39) on my Raspberry Pi 3 B, it fails with the message above. Booting the Fedora...
This fixes a copy-paste mistake that caused a bunch of critical warnings: ```log GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed GStreamer-CRITICAL...
The tested random BGP configurations are: * For the *Heanet_simple* topology the seeds 3124858447 and 3564130906 were used. * For the *Heanet* topology the seeds 1086880043 and 3825078733 were used....
The generated configuration files don't satisfy the requirements for the simplified graph testcase.
Note that in the ideal case, it would never hit this error because #9 would be correct and abort the generation. * Test case: `test_writing_simplified_bgp_configuration` in grigori's 'tests/test_bgpgen.py'. Run it...
Currently when providing netcomplete with an example that requires routemaps in the sketch in order to implement the constraint and the sketch does not have any routemaps, it doesn't fail...
Currently check_order returns a non-empty list denoting an error when the bgp configuration would be possible. * Expected behavior: returning an empty list since the requirement is satisfiable. * Actual...
The OpenAPI spec allows specifying multiple security schemes per endpoint/api. Examples taken from : Example 1: ```yaml security: # A OR B - A - B ``` Example 2: ```yaml...