blob: a9e03421a8da0e9bc1a18ca1cccda3f69aacf52e (
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
|
---
merged_commands:
- set interfaces ethernet eth0 ip ospf cost 50
- set interfaces ethernet eth0 ip ospf priority 26
- set interfaces ethernet eth0 ipv6 ospfv3 mtu-ignore
- set interfaces ethernet eth0 ipv6 ospfv3 instance-id 33
- set interfaces bonding bond2 ip ospf transmit-delay 45
- set interfaces bonding bond2 ipv6 ospfv3 passive
populate_commands:
- set interfaces ethernet eth0 ip ospf cost 50
- set interfaces ethernet eth0 ip ospf priority 26
- set interfaces ethernet eth0 ipv6 ospfv3 mtu-ignore
- set interfaces ethernet eth0 ipv6 ospfv3 instance-id 33
- set interfaces bonding bond2 ip ospf transmit-delay 45
- set interfaces bonding bond2 ipv6 ospfv3 passive
remove_commands:
- delete interfaces ethernet eth0 ip ospf
- delete interfaces ethernet eth0 ipv6 ospfv3
- delete interfaces ethernet eth1 ip ospf
- delete interfaces ethernet eth1 ipv6 ospfv3
- delete interfaces bonding bond1 ip ospf
- delete interfaces bonding bond1 ipv6 ospfv3
- delete interfaces bonding bond2 ip ospf
- delete interfaces bonding bond2 ipv6 ospfv3
- delete interfaces bonding bond2
parsed_config_file: "_parsed_config_1_3.cfg"
replaced_commands:
- set interfaces ethernet eth0 ip ospf transmit-delay 50
- set interfaces ethernet eth0 ip ospf network point-to-point
- set interfaces ethernet eth0 ipv6 ospfv3 dead-interval 39
- delete interfaces ethernet eth0 ip ospf cost 50
- delete interfaces ethernet eth0 ipv6 ospfv3 instance-id 33
- delete interfaces ethernet eth0 ipv6 ospfv3 mtu-ignore
- set interfaces bonding bond2 ip ospf bandwidth 70
- set interfaces bonding bond2 ip ospf authentication md5 key-id 10 md5-key ********
overridden_commands:
- delete interfaces bonding bond2 ip ospf
- delete interfaces bonding bond2 ipv6 ospfv3
- set interfaces ethernet eth0 ip ospf transmit-delay 50
- set interfaces ethernet eth0 ip ospf network point-to-point
- set interfaces ethernet eth0 ipv6 ospfv3 dead-interval 39
- delete interfaces ethernet eth0 ip ospf cost 50
- delete interfaces ethernet eth0 ipv6 ospfv3 instance-id 33
- delete interfaces ethernet eth0 ipv6 ospfv3 mtu-ignore
deleted_commands:
- delete interfaces bonding bond2 ip ospf
- delete interfaces bonding bond2 ipv6 ospfv3
|