diff options
author | Susant Sahani <145210+ssahani@users.noreply.github.com> | 2018-09-29 14:36:25 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-09-29 14:36:25 +0200 |
commit | 1f0e310952f37f8a50e159f6f5a537468cbb3714 (patch) | |
tree | 3f3e310ae82e3687b28cc857e8aaa15ebd880b4d /test/test-network/conf/21-vlan.network | |
parent | Merge pull request #10200 from evverx/fuzz-dhcp6-client (diff) | |
download | systemd-1f0e310952f37f8a50e159f6f5a537468cbb3714.tar.xz systemd-1f0e310952f37f8a50e159f6f5a537468cbb3714.zip |
test: Add tests for networkd (#10147)
Diffstat (limited to 'test/test-network/conf/21-vlan.network')
-rw-r--r-- | test/test-network/conf/21-vlan.network | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test-network/conf/21-vlan.network b/test/test-network/conf/21-vlan.network new file mode 100644 index 0000000000..a4fa1decde --- /dev/null +++ b/test/test-network/conf/21-vlan.network @@ -0,0 +1,5 @@ +[Match] +Name=test1 + +[Network] +VLAN=vlan99 |