Skip to content

Instantly share code, notes, and snippets.

@treed
Created May 19, 2011 23:15
Show Gist options
  • Save treed/982010 to your computer and use it in GitHub Desktop.
Save treed/982010 to your computer and use it in GitHub Desktop.
token ip_address { [<octet> '.'] ** 3 <octet> }
token octet {
| 25<[0..5]>
| 2<[0..4]><[0..9]>
| 1<[0..9]><[0..9]>
| <[1..9]><[0..9]>
| <[0..9]>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment