Igalia / snabb

Snabb Switch: Fast open source packet processing
Apache License 2.0
47 stars 5 forks source link

Show nexthop MAC in top and yang model #1182

Closed dpino closed 5 years ago

dpino commented 5 years ago

This PR adds two extra fields to snabb-softwire-v2.yang: next-hop-macaddr-v4 and next-hop-macaddr-v6. Both values can be queried using snabb config get-state and using snabb top.

Some thoughts about the PR:

Some examples:

  workers:
    24764:
      pid: 24764
      apps:
        lwaftr:
          next-hop-macaddr-v4: 02:99:99:99:99:99                                        next-hop-macaddr-v6: 02:99:99:99:99:99
$ sudo ./snabb config get-state --schema=snabb-softwire-v2 diego / | grep mac
      next-hop-macaddr-v4 02:99:99:99:99:99;
      next-hop-macaddr-v6 02:99:99:99:99:99;