You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a problem with running my own package when P4 source file are not placed in package root.
It seems to be issue with p4apprunner.py, which set log file from program section of manifest as is, so single_switch_mininet.py cannot create log file in non existing directory.
Changing p4apprunner.py resolved issue and also work with example packages.
Hi everyone,
I've got a problem with running my own package when P4 source file are not placed in package root.
It seems to be issue with
p4apprunner.py
, which set log file fromprogram
section of manifest as is, sosingle_switch_mininet.py
cannot create log file in non existing directory.Changing p4apprunner.py resolved issue and also work with example packages.
to
Config:
Run output:
This change is in my fork of this repo and can be PR here.
The text was updated successfully, but these errors were encountered: