This worked in previous versions od ipfwadm. See: http://www.xos.nl/linux/ipfwadm/versions.html Dan Larson Network Computer Inc.
ipfwadm does not handle that. period. Ipchains takes care of the problem, if one needs icmp masq the it can do a --rebuild for the ipchains src.rpm from rawhide.ipfwadm does not handle that. period. Ipchains takes care of the problem, if one needs icmp masq the it can do a --rebuild for the ipchains src.rpm from rawhide.
Dear Red Hat, We are currently avoiding this issue by applying the following MachineConfig. Could Red Hat incorporate it as an official fix? apiVersion: machineconfiguration.openshift.io/v1 kind: MachineConfig metadata: labels: machineconfiguration.openshift.io/role: master name: 98-logrotate-master spec: config: ignition: version: 3.1.0 systemd: units: - contents: | [Unit] Description=Daily Log Rotation Timer [Timer] OnCalendar=daily AccuracySec=1h [Install] WantedBy=multi-user.target enabled: true name: logrotate.timer - contents: | [Unit] Description=Log Rotation [Service] Type=oneshot ExecStart=/usr/sbin/logrotate -v /etc/logrotate.conf [Install] WantedBy=multi-user.target enabled: true name: logrotate.service