diff --git a/src/klish-plugin-infix/xml/infix.xml b/src/klish-plugin-infix/xml/infix.xml index 8d0000ba..c37f35da 100644 --- a/src/klish-plugin-infix/xml/infix.xml +++ b/src/klish-plugin-infix/xml/infix.xml @@ -288,6 +288,8 @@ neighbor interfaces + routes + database bfd @@ -298,6 +300,10 @@ vtysh -c "show ip ospf neighbor" elif [ "$KLISH_PARAM_name" == "interfaces" ];then vtysh -c "show ip ospf interface" + elif [ "$KLISH_PARAM_name" == "routes" ];then + vtysh -c "show ip ospf route" + elif [ "$KLISH_PARAM_name" == "database" ];then + vtysh -c "show ip ospf database" elif [ "$KLISH_PARAM_name" == "bfd" ];then vtysh -c "show bfd peers" fi