p4lang / tdi

Table-Driven Interface (TDI) for a P4-programmable backend device.
Apache License 2.0
40 stars 23 forks source link

Removing dump to json option at node level #68

Closed satish153 closed 2 years ago

satish153 commented 2 years ago

dump to json at node level is not really needed as 'add_from_json' option is supported at only leaf level.

satish153 commented 2 years ago

Are you going to removing dump for BFNode too?

No, 'dump' command at the node level is useful to dump entries of all its children.

weiqiand commented 2 years ago