Sergey Klyaus
Sergey Klyaus
This Pull Request adds `scapy.contrib.tf_agent` module which can be used for pcaps captured on pkt0 interface (it is used to punt packets from Tungsten Fabric VRouter to user-space agent, but...
Features: - Context probes that allow to trace probes only when they fire in the context of the another probe Bugfixes: - Filter fixes - Filter parsing filters with nested...
The default policy for gobgp if config is invalid is to start with default policy ACCEPT. This is harmful for our Route Reflectors setup in which we can get spurous...
Original logic for accepted/rejected commands was removed in 2dbca9e29a6813f2df53261ffaa59b9439c13fdd when IN policies were deprecated. Then 7e5eb10a8470826a14ec225cf6a7264785ea3603 added support for server-side filtering based on IMPORT polcies, but CLI support wasn't added....
Idea of per-peer-group policy is described in docs/sources/policy.md. Basically: - Instead of sending update to an individual `*peer` and computing policy for each of it, GoBGP will now compute policy...