diff options
| author | Jonas Genannt <jonas@brachium-system.net> | 2010-04-12 20:23:31 +0200 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-06-13 00:52:00 +1000 |
| commit | ffcae46df5d5336995348544139540c0e564ae2e (patch) | |
| tree | 279571bc75e50e6a8da65250667e08c7b74c22e8 /spec/unit/data | |
| parent | d4b8401dc4b2323a0c162e59e3f98b355d2c3c40 (diff) | |
| download | facter-ffcae46df5d5336995348544139540c0e564ae2e.tar.gz facter-ffcae46df5d5336995348544139540c0e564ae2e.tar.xz facter-ffcae46df5d5336995348544139540c0e564ae2e.zip | |
Fixed #3403 - Added fact to query vlans; added spec test
Diffstat (limited to 'spec/unit/data')
| -rw-r--r-- | spec/unit/data/linux_vlan_config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/unit/data/linux_vlan_config b/spec/unit/data/linux_vlan_config new file mode 100644 index 0000000..3aa7dbd --- /dev/null +++ b/spec/unit/data/linux_vlan_config @@ -0,0 +1,6 @@ +VLAN Dev name | VLAN ID +Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD +eth0.400 | 400 | eth0 +eth0.300 | 300 | eth0 +eth0.200 | 200 | eth0 +eth0.100 | 100 | eth0 |
