lib/testlab/network.rb in testlab-0.4.0 vs lib/testlab/network.rb in testlab-0.4.1

- old
+ new

@@ -29,9 +29,10 @@ belongs_to :node, :class_name => 'TestLab::Node' has_many :interfaces, :class_name => 'TestLab::Interface' attribute :address attribute :bridge + attribute :route, :default => false attribute :config def initialize(*args)