netixx
netixx
In IPFIX and Netflow, additionnal kind of records named "options" exists, such as interface table, vrf table or sampler options. They are additionnal mapping (eg. vrf_index => vrf_name) that are...
Windows only recongnise/mounts the first partition on removable drives. By using the first partition for data (instead of the second), the drive could be used to transfer ISO downloaded on...
**Description** It is possible to dump BGP announces to kafka via `bgp_daemon_msglog_kafka_*` (and other platforms), but is it possible to consume BGP announces from kafka (or other) to populate internal...
Is it possible to run the looking-glass API with the BMP server ?
One solution to https://github.com/akvorado/akvorado/issues/62. Here we basically implement what is defined in this issue. Opening this as draft first as I still have a few points to iron out, but...
### What happened? Panic during extension evaluation while when the body fails to parse. ### What did you expect? Normal error response ### Minimal graphql.schema and models to reproduce N/A...
Hello, Using `entgql.RelayConnection(),`, I can get the queries to take parameters for pagination as well as where filter. I would like to have only the where filter declared as an...
Add a method to the tree iterator that returns all tags from all the node from the root of the tree to the current leaf, in that order. This is...
Hello, I would like to get metrics about the RTR clients that are connected to a given instance. For example: - the number of clients currently connected - the last...
This makes the rtr_clients track the number of connections per remote IP, enabling us to see if a client flaps, and what client it is. I am not 100% sure...