1
0
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:
Roopa Prabhu
2015-07-01 15:00:07 -07:00
parent 9e1b366e33
commit 547084c312

View File

@@ -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