Skip to content
#

network-programming

Here are 657 public repositories matching this topic...

nibanks
nibanks commented Feb 18, 2020

While looking at the code, I noticed there are several failure paths in the QuicPacketBuilderFinalize function that don't result in the current packet metadata being cleaned up. It could have a reference to a stream, which doesn't get released. This will at best leak additional memory, and at worst cause a hang in clean up.

zeeshanlakhani
zeeshanlakhani commented Apr 9, 2020

Background

Currently, we can read Ethernet frames with VLAN-tags, but not generate/create ones. We'd like to be able to generate packets with VLAN-tagged Ethernet frames. More information about tags can be found at https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021q and https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021ad, including links to specs/

aedwardstx
aedwardstx commented Jun 11, 2018

hier_config has the ability to load many instances of remediation into a single object tree. This provides the basis for creating reports over large sets of hier_config remediation configs e.g.:

  • How many instances of line vty 0 4 are there?
  • Provide a merged report of all remediations by tag

Create documentation for this feature set.

Improve this page

Add a description, image, and links to the network-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the network-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.