
#Match Notes
```
var m = Match({
  in_port: '*',
  dl_src: '00:00:00:00:00:00'
  nw_dst: '1.2.3.4/8'
});
```
