mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
un-glob expression in sample file
Ticket: Reviewed By: trivial Testing Done: Tested that sample works fine
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
%for v in range(1000,1100):
|
||||
auto vlan-${v}
|
||||
iface vlan-${v} inet static
|
||||
bridge-ports glob swp1-6.${v}
|
||||
bridge-ports swp1-6.${v}
|
||||
bridge-stp on
|
||||
bridge-ageing 200
|
||||
bridge-maxage 10
|
||||
|
Reference in New Issue
Block a user