summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/firewall_interfaces_running.json
blob: b0ce2d5ae5697098f73e445cc3000c7011927cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "ipv4": {
    "input": {
      "filter": {
        "default-action": "accept",
        "rule": {
          "10": { "action": "accept", "state": "established" },
          "20": { "action": "drop", "state": "invalid" }
        }
      }
    },
    "forward": {
      "filter": {
        "default-action": "accept"
      }
    },
    "output": {
      "filter": {
        "default-action": "accept"
      }
    }
  },
  "ipv6": {
    "input": {
      "filter": {
        "default-action": "accept"
      }
    }
  }
}