Some packages like gst-rtsp-server1.0 generate multicast traffic in
their testsuite. This triggers protections at AQL. Avoid this by
dropping all the outgoing IPv4 multicast traffic.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
--- /dev/null
+class ferm::aql {
+ @ferm::rule { 'dsa-drop-multicast':
+ domain => 'ip',
+ description => 'drop multicast traffic to avoid triggering protection',
+ table => 'filter',
+ chain => 'OUTPUT',
+ rule => 'destination 224.0.0.0/24 jump log_or_drop'
+ }
+}
+
include ferm::zivit
}
+ if (scope.lookupvar('site::nodeinfo')['hoster']['name'] == "aql") {
+ include ferm::aq
+ }
+
case $::hostname {
czerny,clementi: {
@ferm::rule { 'dsa-upsmon':