File: systemrules

package info (click to toggle)
mason 1.0.0-13
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,300 kB
  • sloc: sh: 4,158; makefile: 104
file content (15 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#I might implement this later.  But not now.

#FIXME - load variables
#FIXME - add to Makefile and specs

if [ -f /proc/net/ip_fwchains ]; then


elif [ -f /proc/net/ip_input ]; then



fi