summaryrefslogtreecommitdiff
path: root/templates/show/monitoring/protocols/ripng/node.def
blob: f19892bf3e771ab9b12d0856c87d067bd96b4fb6 (plain)
1
2
3
4
5
6
7
help: Show RIPNG protocol debugging flags
run: if [ ! -e "/usr/sbin/zebra" ]
     then
         vtysh -c "show debugging ipv6 rip"
     else
         vtysh -c "show debugging ripng"
     fi