Skip to content

lcarstensen/irule-99bottles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

irule-99bottles

99 Bottles of Beer in iRules.

  1. Add iRule irule.99bottles to your BIG-IP
  2. Create virtual service with iRule associated
  3. ???
  4. profit
  tmsh create / ltm virtual vip.99bottles.10000 { \
     destination x.x.x.x:10000 ip-protocol tcp \
     mask 255.255.255.255 rules { irule.99bottles } \
     profiles add { tcp {} http {} } }

cURL to see the result.

  curl -x '' -s0 http://x.x.x.x:10000/

.

About

99 Bottles of Beer in iRules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published