summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_ospf_interfaces/vars/main.yaml
blob: 06260fe4722b0938db8a70287814ca082efd434e (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
merged:
  commands: "{{ merged_commands }}"
  after:
    - address_family:
        - afi: ipv4
          transmit_delay: 45
        - afi: ipv6
          passive: true
      name: bond2
    - address_family:
        - afi: ipv4
          cost: 50
          priority: 26
        - afi: ipv6
          instance: "33"
          mtu_ignore: true
      name: eth0

replaced:
  commands: "{{ replaced_commands }}"
  after:
    - address_family:
        - afi: ipv4
          authentication:
            md5_key:
              key: "1111111111232345"
              key_id: 10
          bandwidth: 70
          transmit_delay: 45
        - afi: ipv6
          passive: true
      name: bond2
    - address_family:
        - afi: ipv4
          network: point-to-point
          priority: 26
          transmit_delay: 50
        - afi: ipv6
          dead_interval: 39
      name: eth0

overridden:
  commands: "{{ overridden_commands }}"
  after:
    - address_family:
        - afi: ipv4
          network: point-to-point
          priority: 26
          transmit_delay: 50
        - afi: ipv6
          dead_interval: 39
      name: eth0

deleted:
  commands: "{{ deleted_commands }}"
  after:
    - address_family:
        - afi: ipv4
          cost: 50
          priority: 26
        - afi: ipv6
          instance: "33"
          mtu_ignore: true
      name: eth0

rendered:
  commands: "{{ rendered_commands }}"

round_trip:
  after:
    - name: eth0
    - access_rules:
        - afi: ipv4
          rules:
            - direction: in
              name: INBOUND
            - direction: local
              name: LOCAL
            - direction: out
              name: OUTBOUND
        - afi: ipv6
          rules:
            - direction: local
              name: V6-LOCAL
      name: eth1
    - name: eth2
      access_rules:
        - afi: ipv4
          rules:
            - direction: in
              name: INBOUND
            - direction: local
              name: LOCAL
            - direction: out
              name: OUTBOUND
        - afi: ipv6
          rules:
            - direction: local
              name: V6-LOCAL