yhx-coder
yhx-coder
This is my definition of table. `table swid { actions = { set_swid; NoAction; } default_action=NoAction(); }` the action `set_swid` tries to set switch id for each device. And I...
Thanks for your reply. I made some fixes in my `thrift_API.SwitchInfo.load_json_str` to make it work for this case. I think it is reasonable. Because even if I set it as...
maybe you can find it in the file "behavioral-model/targets/simple_switch/thrift/simple_switch.thrift"
> You would need to look for occurrences of the metadata field names `ingress_global_timestamp` and `egress_global_timestamp`, and update the code there. It appears there are only a few such places,...
Thanks. I'll try it.