This commit is contained in:
Adam Ierymenko 2016-11-04 15:52:01 -07:00
parent 330a07a554
commit cae9041c2a

View File

@ -130,6 +130,7 @@ private:
// If unspecified, rules are set to allow anything and behave like a flat L2 segment
network["rules"] = {{
{ "not",false },
{ "or", false },
{ "type","ACTION_ACCEPT" }
}};
}