My Recent Pastes (1 and counting)
Pastes by muerr (1 and counting)
Below are the 1 most recent pasties by muerr.
May 01, 2008
2:51PM EDT
by muerr
View all 18 lines
inet <%= ip %> <%= netmask %> <%= bcast %> vhid <%= vhid %> pass <%= pass %> advskew <%= advskew %> group <%= ifgroup %> <% if ifgroup == 'externalfw' iplist = (4..253).to_a.collect! {|i| /(\d{1,3}\.\d{1,3}\.\d{1,3}\.)\d{1,3}/.match(ip)[1] + i.to_s} elsif ifgroup == 'internalfw' iplist = aliases
