When I run my program using p4, it runs with this command -
simple_switch -i 1@s1-eth1 -i 2@s1-eth2 --thrift-port 9090 --nanolog ipc:///tmp/bm-0-log.ipc --device-id 0 monitor.json --debugger --log-console
I would like to pass an additional argument in this command (the --notification-addr argument). I cannot find any way to do this in the documentation.