summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/prefix_lists_running.json
blob: 2a6ecd33e350ff640d954e8513047fc947b1e263 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "prefix-list": {
    "AnsibleIPv4PrefixList": {
      "description": "PL configured by ansible",
      "rule": {
        "2": {
          "action": "permit",
          "prefix": "92.168.10.0/26",
          "le": "32",
          "description": "Rule 2 given by ansible"
        },
        "3": {
          "action": "deny",
          "prefix": "72.168.2.0/24",
          "ge": "26",
          "description": "Rule 3"
        }
      }
    }
  },
  "prefix-list6": {
    "AllowIPv6Prefix": {
      "description": "Configured by ansible for allowing IPv6 networks",
      "rule": {
        "5": {
          "action": "permit",
          "prefix": "2001:db8:8000::/35",
          "le": "37",
          "description": "Permit rule"
        }
      }
    },
    "DenyIPv6Prefix": {
      "description": "Configured by ansible for disallowing IPv6 networks",
      "rule": {
        "8": {
          "action": "deny",
          "prefix": "2001:db8:2000::/35",
          "le": "37"
        }
      }
    }
  }
}