summaryrefslogtreecommitdiffstats
path: root/lib/facter/vlans.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/vlans.rb')
-rw-r--r--lib/facter/vlans.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/facter/vlans.rb b/lib/facter/vlans.rb
index d65bdd8..8c485a4 100644
--- a/lib/facter/vlans.rb
+++ b/lib/facter/vlans.rb
@@ -1,3 +1,13 @@
+# Fact: vlans
+#
+# Purpose: On Linux, return a list of all the VLANs on the system.
+#
+# Resolution: On Linux only, checks for and reads /proc/net/vlan/config and
+# parses it.
+#
+# Caveats:
+#
+
require 'facter/util/vlans'
Facter.add("vlans") do