Jérôme Jutteau

Results 91 issues of Jérôme Jutteau

Hi! I would like Restish to be able to validate my application/json schema so it can trigger at least an error when an unknown parameter is provided before making any...

enhancement

The idea is simple: provide a security layer to Packetgraph. This basic brick could be used at different level and may be used instead of IPSEC brick depending of the...

wall

Filtering IP depending on a geographic zone. One could do it by loading a heavy list of IP blocks from a [GeoIP database](https://dev.maxmind.com/geoip/) or [ripe](https://www.ripe.net/manage-ips-and-asns/db/tools) [database](https://ftp.ripe.net/ripe/dbase/) inside a firewall brick...

wall

pcap dumps show that encapsulation is broken

bug
vtep

For multipole brick creation, we have to choose the number of edges on each sides. This have some implications: - We can have a small performance penalty when there are...

core

Some bricks needs to get information on L3. Currently, metadata is only set in pollable bricks for L2 but no information is provided about L3 (it may be filled by...

bug
vtep

Bricks are not threads safe meaning that a single brick should not be accessed at the same time. But we must be able to call all api functions in different...

bug
firewall
test

The idea is re-organise bursts in a queue: instead of having nearly empty bursts in the queue, we can concentrate packets (like [`rte_eth_tx_buffer_*`](http://dpdk.org/doc/api/rte__ethdev_8h.html#ac5323444ecbe84309a5fcc03aa3c99cb)) and make a better burst concentration when...

queue

The first step of dhcp server brick is to build a simple IP responder: it takes 1 ip range at creation and tracks which mac use which IP. Once this...

dhcp

As we now use c11, we can remove `ccan/build_assert/build_assert.h`

tools