Skip to content

Commit ce8d167

Browse files
committed
Add "meta device" flag to parent-only and test devices
1 parent 2f6fcf9 commit ce8d167

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

netsim/devices/ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Generic Cisco IOS device (meta device, used only as parent)
3+
_meta_device: True
34
template: True
45
loopback_interface_name: Loopback{ifindex}
56
tunnel_interface_name: Tunnel{ifindex}

netsim/devices/junos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Generic Juniper device (meta device, used only as parent)
3+
_meta_device: True
34
template: true
45
loopback_interface_name: "lo0.{ifindex}"
56
ifindex_offset: 0

netsim/devices/none.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Dummy device used to test topology transformation
3+
_meta_device: True
34
#
45
# Most features are enabled on the dummy device -- this file is a pretty
56
# good template if you want to figure out what device features there are.

netsim/devices/unknown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Generic Unknown Device
3+
_meta_device: True
34
interface_name: eth{ifindex}
45
mgmt_if: eth0
56
graphite.icon: server

0 commit comments

Comments
 (0)