inetmock/internal/endpoint
Peter Kurfer 3c7810c32a
All checks were successful
concourse-ci/lint/protobuf Lint protobufs
concourse-ci/test/integration integration tests
concourse-ci/lint/golangci-lint Lint Go files
Add network monitoring through eBPF
- introduce netmon details to be emitted whenever a packet is observed not handled by InetMock
- rework cache configuration to re-use the same cache instance for all DNS handlers
- add an API to enable network monitoring per network interface including whitelists for IPs and ports
2022-12-21 21:15:05 +01:00
..
api.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
api_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
ca Add orchestrator tests 2021-05-06 22:09:09 +02:00
errors.go Implement endpoints API 2022-01-25 16:09:37 +01:00
listener.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
listener_group.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
listener_group_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
listener_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
options.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
options_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
registration.go Prepare to run a whole check script for integration tests 2021-08-27 16:04:02 +02:00
registration_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
server.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
server_builder.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
server_builder_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
server_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
uplink.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00
uplink_test.go Add network monitoring through eBPF 2022-12-21 21:15:05 +01:00