diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-02-23 22:00:07 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-02-24 08:25:05 +0100 |
commit | ee9918ae468cde5d64e98b664a7cb6a6fc95d369 (patch) | |
tree | 7e4d421dbe0217d790934239c84b3e1a8b082411 /test/test-network/conf/25-activation-policy.network | |
parent | test-network: check existence before calling networkctl or ip command (diff) | |
download | systemd-ee9918ae468cde5d64e98b664a7cb6a6fc95d369.tar.xz systemd-ee9918ae468cde5d64e98b664a7cb6a6fc95d369.zip |
test-network: add test case for activation policy for stacked netdevs
For issue #22593.
Diffstat (limited to 'test/test-network/conf/25-activation-policy.network')
-rw-r--r-- | test/test-network/conf/25-activation-policy.network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-network/conf/25-activation-policy.network b/test/test-network/conf/25-activation-policy.network index a9294d88a0..401d35521c 100644 --- a/test/test-network/conf/25-activation-policy.network +++ b/test/test-network/conf/25-activation-policy.network @@ -1,6 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Match] Name=test1 +Name=vlan99 [Network] Address=192.168.10.30/24 |