Skip to content

frenetic-lang/pathetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathetic: Path Frenetic

Pathetic is a language for SDN forwarding policies specified at the path-level. For example, a policy can require that all SSH traffic traverses a specific IDS box:

TcpDstPort = 22 => [*.IDS.*]

For more details, see the FatTire paper, which builds upon Pathetic: http://www.cs.cornell.edu/~reitblatt/papers/fault-tolerance-hotsdn13.pdf

Building from Source

Prerequisites

Building

  • From the ocaml/ directory of the repository, run make

    $ make
    

Hacking

OCaml Wisdom

If you're using the user-mode reference switch, emit CONTROLLER actions last.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages