[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.544 and 1.545

version 1.544, 2020/11/29 20:14:06 version 1.545, 2021/02/09 21:42:04
Line 424 
Line 424 
         pass in proto carp keep state (no-sync)          pass in proto carp keep state (no-sync)
         pass out proto carp !received-on any keep state (no-sync)"          pass out proto carp !received-on any keep state (no-sync)"
   
         if (($(sysctl -n vfs.mounts.nfs 2>/dev/null) > 0)); then          if (($(sysctl -n vfs.mounts.nfs 2>/dev/null)+0 > 0)); then
                 # Don't kill NFS.                  # Don't kill NFS.
                 RULES="set reassemble yes no-df                  RULES="set reassemble yes no-df
                 $RULES                  $RULES

Legend:
Removed from v.1.544  
changed lines
  Added in v.1.545