-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into ios-non-exact-route-lookup
- Loading branch information
Showing
16 changed files
with
5,245 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
test/ios/mocked_data/test_get_network_instances/no_vrf_svis/expected_result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"default": { | ||
"name": "default", | ||
"type": "DEFAULT_INSTANCE", | ||
"state": { | ||
"route_distinguisher": "" | ||
}, | ||
"interfaces": { | ||
"interface": { | ||
"Ethernet0/0": {}, | ||
"Ethernet0/1": {}, | ||
"Ethernet0/2": {}, | ||
"Ethernet0/3": {}, | ||
"Ethernet1/0": {}, | ||
"Ethernet1/1": {}, | ||
"Ethernet1/2": {}, | ||
"Ethernet1/3": {}, | ||
"Ethernet2/0": {}, | ||
"Ethernet2/1": {}, | ||
"Ethernet2/2": {}, | ||
"Ethernet2/3": {}, | ||
"Ethernet3/0": {}, | ||
"Ethernet3/1": {}, | ||
"Ethernet3/2": {}, | ||
"Ethernet3/3": {}, | ||
"Vlan1": {}, | ||
"Vlan2": {}, | ||
"Vlan3": {}, | ||
"Vlan4": {} | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
test/ios/mocked_data/test_get_network_instances/no_vrf_svis/show_ip_interface_brief.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Interface IP-Address OK? Method Status Protocol | ||
Ethernet0/0 172.29.29.220 YES manual up up | ||
Ethernet0/1 unassigned YES unset up up | ||
Ethernet0/2 unassigned YES unset up up | ||
Ethernet0/3 unassigned YES unset up up | ||
Ethernet1/0 unassigned YES unset up up | ||
Ethernet1/1 unassigned YES unset up up | ||
Ethernet1/2 unassigned YES unset up up | ||
Ethernet1/3 unassigned YES unset up up | ||
Ethernet2/0 unassigned YES unset up up | ||
Ethernet2/1 unassigned YES unset up up | ||
Ethernet2/2 unassigned YES unset up up | ||
Ethernet2/3 unassigned YES unset up up | ||
Ethernet3/0 unassigned YES unset up up | ||
Ethernet3/1 unassigned YES unset up up | ||
Ethernet3/2 unassigned YES unset up up | ||
Ethernet3/3 unassigned YES unset up up | ||
Vlan1 unassigned YES unset administratively down down | ||
Vlan2 2.2.2.2 YES manual up up | ||
Vlan3 3.3.3.3 YES manual up up | ||
Vlan4 4.4.4.4 YES manual up up |
Empty file.
Oops, something went wrong.