aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/bridge_vlan.yaml
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15Strip trailing whitespace from yaml samplesSteven Hardy1-5/+5
Change-Id: Icdd35f6757d1179cb667fc2808bbd42655f7425b
2014-08-21A vlan on an OVS bridge doesn't require a deviceDan Prince1-5/+8
Updates the object model so that a VLAN on top of a bridge (an OVS int port) doesn't require a physical device to be set in the object model.
2014-08-20Add support for parsing YAMLDan Prince1-0/+16
Adds new YAML examples. Also adds some new CLI test cases which compare --noop stdout (from the CLI) for the json and yaml examples to verify they generate the same things.