Skip to content

Instantly share code, notes, and snippets.

View suidroot's full-sized avatar

Ben Mason suidroot

View GitHub Profile
@suidroot
suidroot / create-asa-acl.sublime-snippet
Created April 15, 2014 22:10
Sublime Text 2 ASA ACL Snippet
<snippet>
<content><![CDATA[
access-list ${1:NAME} extended ${2:permit} ${3:ip} ${4:source} ${5:source-port} ${6:destination} ${7:destination-port}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>access-list</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>