agdsn / hades

AG DSN Authentication and Authorization Infrastructure
MIT License
8 stars 3 forks source link

Tests fail if specific sysctl is not set on host system #59

Closed fgrsnau closed 7 years ago

fgrsnau commented 7 years ago

Currently, one has to use sysctl net.bridge.bridge-nf-call-iptables=0 on the host system, because otherwise the tests fail. The reason for this is the newly introduced br-relay for testing DHCP relaying. Tests in the Docker container should not depend on a specific configuration of the host system.