Skip to content

Instantly share code, notes, and snippets.

@apanda
Last active August 29, 2015 14:25
Show Gist options
  • Save apanda/82fde533502b0e1d887e to your computer and use it in GitHub Desktop.
Save apanda/82fde533502b0e1d887e to your computer and use it in GitHub Desktop.
Requests:
- command: launch-softnic
argument:
Cores: [0]
AAA: B
- command: launch-nf
argument:
NFid: 1
Name: firewall
Arguments: [-e]
Cores: [1]
- command: launch-nf
argument:
NFid: 1
Name: nat
Cores: [2,3]
ID: 1
Exec: /home/keonjang/softnic/softnic/softnic
WorkingDir: /home/keonjang/softnic/softnic
Arguments: [-e]
Cores: [2,3]
class Request {
public string Command {get; set;};
public Dictionary<String, String> Argument;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment