~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to src/sbin/cirros-status

  • Committer: Jens Rosenboom
  • Date: 2016-09-01 14:55:21 UTC
  • Revision ID: j.rosenboom@x-ion.de-20160901145521-ggwpptx3pv9q5w4q
Add IPv6 route information to cirros-status

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
                echo "if-info: $x"
92
92
        done
93
93
        ip route | sed 's,^,ip-route:,'
 
94
        ip -6 route | sed 's,^,ip-route6:,'
94
95
 
95
96
        if assert_datasource; then
96
97
                echo "=== datasource: $_DATASOURCE_NAME $_DATASOURCE_MODE ==="