Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • emulab-devel emulab-devel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 160
    • Issues 160
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • emulab
  • emulab-develemulab-devel
  • Repository
Switch branch/tag
  • emulab-devel
  • protogeni
  • lib
  • GeniCMV2.pm.in
Find file BlameHistoryPermalink
  • Leigh B Stoller's avatar
    Restore and fix bitrot in the firewall support. · 7171820f
    Leigh B Stoller authored Nov 11, 2011
    <?xml version="1.0" encoding="UTF-8"?>
    <rspec xmlns="http://www.protogeni.net/resources/rspec/2"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:firewall="http://www.protogeni.net/resources/rspec/ext/firewall/1"
           xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2
                             http://www.protogeni.net/resources/rspec/2/request.xsd"
           type="request" >
      <node client_id="my-node"
            exclusive="true">
        <sliver_type name="raw-pc" />
      </node>
      <node client_id="fw"
            exclusive="true">
        <sliver_type name="firewall">
        	<firewall:firewall_config style="basic" />
        </sliver_type>
      </node>
    </rspec>
    7171820f