iproutejs 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +245 -0
- package/lib/commands/address/add.interfaces.d.ts +94 -0
- package/lib/commands/address/add.interfaces.js +3 -0
- package/lib/commands/address/add.interfaces.js.map +1 -0
- package/lib/commands/address/add.schema.d.ts +3 -0
- package/lib/commands/address/add.schema.js +121 -0
- package/lib/commands/address/add.schema.js.map +1 -0
- package/lib/commands/address/delete.interfaces.d.ts +56 -0
- package/lib/commands/address/delete.interfaces.js +3 -0
- package/lib/commands/address/delete.interfaces.js.map +1 -0
- package/lib/commands/address/delete.schema.d.ts +3 -0
- package/lib/commands/address/delete.schema.js +64 -0
- package/lib/commands/address/delete.schema.js.map +1 -0
- package/lib/commands/address/flush.interfaces.d.ts +89 -0
- package/lib/commands/address/flush.interfaces.js +3 -0
- package/lib/commands/address/flush.interfaces.js.map +1 -0
- package/lib/commands/address/flush.schema.d.ts +3 -0
- package/lib/commands/address/flush.schema.js +165 -0
- package/lib/commands/address/flush.schema.js.map +1 -0
- package/lib/commands/address/show.interfaces.d.ts +166 -0
- package/lib/commands/address/show.interfaces.js +3 -0
- package/lib/commands/address/show.interfaces.js.map +1 -0
- package/lib/commands/address/show.schema.d.ts +3 -0
- package/lib/commands/address/show.schema.js +176 -0
- package/lib/commands/address/show.schema.js.map +1 -0
- package/lib/commands/address.constants.d.ts +33 -0
- package/lib/commands/address.constants.js +39 -0
- package/lib/commands/address.constants.js.map +1 -0
- package/lib/commands/address.d.ts +179 -0
- package/lib/commands/address.js +265 -0
- package/lib/commands/address.js.map +1 -0
- package/lib/commands/addrlabel/add.interfaces.d.ts +12 -0
- package/lib/commands/addrlabel/add.interfaces.js +3 -0
- package/lib/commands/addrlabel/add.interfaces.js.map +1 -0
- package/lib/commands/addrlabel/add.schema.d.ts +3 -0
- package/lib/commands/addrlabel/add.schema.js +26 -0
- package/lib/commands/addrlabel/add.schema.js.map +1 -0
- package/lib/commands/addrlabel/del.interfaces.d.ts +6 -0
- package/lib/commands/addrlabel/del.interfaces.js +3 -0
- package/lib/commands/addrlabel/del.interfaces.js.map +1 -0
- package/lib/commands/addrlabel/del.schema.d.ts +3 -0
- package/lib/commands/addrlabel/del.schema.js +27 -0
- package/lib/commands/addrlabel/del.schema.js.map +1 -0
- package/lib/commands/addrlabel/list.interfaces.d.ts +9 -0
- package/lib/commands/addrlabel/list.interfaces.js +3 -0
- package/lib/commands/addrlabel/list.interfaces.js.map +1 -0
- package/lib/commands/addrlabel.d.ts +104 -0
- package/lib/commands/addrlabel.js +149 -0
- package/lib/commands/addrlabel.js.map +1 -0
- package/lib/commands/batch.d.ts +60 -0
- package/lib/commands/batch.js +90 -0
- package/lib/commands/batch.js.map +1 -0
- package/lib/commands/link/add.interfaces.d.ts +122 -0
- package/lib/commands/link/add.interfaces.js +4 -0
- package/lib/commands/link/add.interfaces.js.map +1 -0
- package/lib/commands/link/add.schema.d.ts +4 -0
- package/lib/commands/link/add.schema.js +172 -0
- package/lib/commands/link/add.schema.js.map +1 -0
- package/lib/commands/link/delete.interfaces.d.ts +22 -0
- package/lib/commands/link/delete.interfaces.js +3 -0
- package/lib/commands/link/delete.interfaces.js.map +1 -0
- package/lib/commands/link/delete.schema.d.ts +3 -0
- package/lib/commands/link/delete.schema.js +29 -0
- package/lib/commands/link/delete.schema.js.map +1 -0
- package/lib/commands/link/extended-virtual-link-types/bond-slave.interfaces.d.ts +8 -0
- package/lib/commands/link/extended-virtual-link-types/bond-slave.interfaces.js +3 -0
- package/lib/commands/link/extended-virtual-link-types/bond-slave.interfaces.js.map +1 -0
- package/lib/commands/link/extended-virtual-link-types/bond-slave.schema.d.ts +3 -0
- package/lib/commands/link/extended-virtual-link-types/bond-slave.schema.js +16 -0
- package/lib/commands/link/extended-virtual-link-types/bond-slave.schema.js.map +1 -0
- package/lib/commands/link/extended-virtual-link-types/bridge-slave.interfaces.d.ts +77 -0
- package/lib/commands/link/extended-virtual-link-types/bridge-slave.interfaces.js +3 -0
- package/lib/commands/link/extended-virtual-link-types/bridge-slave.interfaces.js.map +1 -0
- package/lib/commands/link/extended-virtual-link-types/bridge-slave.schema.d.ts +3 -0
- package/lib/commands/link/extended-virtual-link-types/bridge-slave.schema.js +126 -0
- package/lib/commands/link/extended-virtual-link-types/bridge-slave.schema.js.map +1 -0
- package/lib/commands/link/set.interfaces.d.ts +271 -0
- package/lib/commands/link/set.interfaces.js +4 -0
- package/lib/commands/link/set.interfaces.js.map +1 -0
- package/lib/commands/link/set.schema.d.ts +5 -0
- package/lib/commands/link/set.schema.js +284 -0
- package/lib/commands/link/set.schema.js.map +1 -0
- package/lib/commands/link/show.interfaces.d.ts +116 -0
- package/lib/commands/link/show.interfaces.js +3 -0
- package/lib/commands/link/show.interfaces.js.map +1 -0
- package/lib/commands/link/show.schema.d.ts +3 -0
- package/lib/commands/link/show.schema.js +43 -0
- package/lib/commands/link/show.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/bareup.interfaces.d.ts +30 -0
- package/lib/commands/link/virtual-link-types/bareup.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/bareup.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/bareup.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/bareup.schema.js +43 -0
- package/lib/commands/link/virtual-link-types/bareup.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/bridge.interfaces.d.ts +140 -0
- package/lib/commands/link/virtual-link-types/bridge.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/bridge.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/bridge.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/bridge.schema.js +186 -0
- package/lib/commands/link/virtual-link-types/bridge.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/can.interfaces.d.ts +71 -0
- package/lib/commands/link/virtual-link-types/can.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/can.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/can.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/can.schema.js +141 -0
- package/lib/commands/link/virtual-link-types/can.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/erspan-ip6erspan.interfaces.d.ts +58 -0
- package/lib/commands/link/virtual-link-types/erspan-ip6erspan.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/erspan-ip6erspan.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/erspan-ip6erspan.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/erspan-ip6erspan.schema.js +64 -0
- package/lib/commands/link/virtual-link-types/erspan-ip6erspan.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/geneve.interfaces.d.ts +54 -0
- package/lib/commands/link/virtual-link-types/geneve.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/geneve.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/geneve.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/geneve.schema.js +93 -0
- package/lib/commands/link/virtual-link-types/geneve.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/gre-gretap.interfaces.d.ts +106 -0
- package/lib/commands/link/virtual-link-types/gre-gretap.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/gre-gretap.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/gre-gretap.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/gre-gretap.schema.js +208 -0
- package/lib/commands/link/virtual-link-types/gre-gretap.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/hsr.interfaces.d.ts +20 -0
- package/lib/commands/link/virtual-link-types/hsr.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/hsr.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/hsr.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/hsr.schema.js +36 -0
- package/lib/commands/link/virtual-link-types/hsr.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/ip6gre-ip6gretap.interfaces.d.ts +80 -0
- package/lib/commands/link/virtual-link-types/ip6gre-ip6gretap.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/ip6gre-ip6gretap.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/ip6gre-ip6gretap.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/ip6gre-ip6gretap.schema.js +170 -0
- package/lib/commands/link/virtual-link-types/ip6gre-ip6gretap.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/ipip-sit.interfaces.d.ts +51 -0
- package/lib/commands/link/virtual-link-types/ipip-sit.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/ipip-sit.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/ipip-sit.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/ipip-sit.schema.js +74 -0
- package/lib/commands/link/virtual-link-types/ipip-sit.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/ipoib.interfaces.d.ts +11 -0
- package/lib/commands/link/virtual-link-types/ipoib.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/ipoib.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/ipoib.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/ipoib.schema.js +22 -0
- package/lib/commands/link/virtual-link-types/ipoib.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/macsec.interfaces.d.ts +44 -0
- package/lib/commands/link/virtual-link-types/macsec.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/macsec.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/macsec.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/macsec.schema.js +87 -0
- package/lib/commands/link/virtual-link-types/macsec.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/macvlan-macvtap.interfaces.d.ts +59 -0
- package/lib/commands/link/virtual-link-types/macvlan-macvtap.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/macvlan-macvtap.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/macvlan-macvtap.schema.d.ts +4 -0
- package/lib/commands/link/virtual-link-types/macvlan-macvtap.schema.js +60 -0
- package/lib/commands/link/virtual-link-types/macvlan-macvtap.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/rmnet.interfaces.d.ts +8 -0
- package/lib/commands/link/virtual-link-types/rmnet.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/rmnet.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/rmnet.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/rmnet.schema.js +16 -0
- package/lib/commands/link/virtual-link-types/rmnet.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/veth-vxcan.interfaces.d.ts +8 -0
- package/lib/commands/link/virtual-link-types/veth-vxcan.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/veth-vxcan.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/veth-vxcan.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/veth-vxcan.schema.js +16 -0
- package/lib/commands/link/virtual-link-types/veth-vxcan.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/vlan.interfaces.d.ts +36 -0
- package/lib/commands/link/virtual-link-types/vlan.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/vlan.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/vlan.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/vlan.schema.js +65 -0
- package/lib/commands/link/virtual-link-types/vlan.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/vrf.interfaces.d.ts +8 -0
- package/lib/commands/link/virtual-link-types/vrf.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/vrf.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/vrf.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/vrf.schema.js +16 -0
- package/lib/commands/link/virtual-link-types/vrf.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/vxlan.interfaces.d.ts +127 -0
- package/lib/commands/link/virtual-link-types/vxlan.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/vxlan.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/vxlan.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/vxlan.schema.js +176 -0
- package/lib/commands/link/virtual-link-types/vxlan.schema.js.map +1 -0
- package/lib/commands/link/virtual-link-types/xfrm.interfaces.d.ts +16 -0
- package/lib/commands/link/virtual-link-types/xfrm.interfaces.js +3 -0
- package/lib/commands/link/virtual-link-types/xfrm.interfaces.js.map +1 -0
- package/lib/commands/link/virtual-link-types/xfrm.schema.d.ts +3 -0
- package/lib/commands/link/virtual-link-types/xfrm.schema.js +21 -0
- package/lib/commands/link/virtual-link-types/xfrm.schema.js.map +1 -0
- package/lib/commands/link/xdp-options/object.interfaces.d.ts +36 -0
- package/lib/commands/link/xdp-options/object.interfaces.js +3 -0
- package/lib/commands/link/xdp-options/object.interfaces.js.map +1 -0
- package/lib/commands/link/xdp-options/object.schema.d.ts +3 -0
- package/lib/commands/link/xdp-options/object.schema.js +25 -0
- package/lib/commands/link/xdp-options/object.schema.js.map +1 -0
- package/lib/commands/link/xdp-options/off.interfaces.d.ts +8 -0
- package/lib/commands/link/xdp-options/off.interfaces.js +3 -0
- package/lib/commands/link/xdp-options/off.interfaces.js.map +1 -0
- package/lib/commands/link/xdp-options/off.schema.d.ts +3 -0
- package/lib/commands/link/xdp-options/off.schema.js +15 -0
- package/lib/commands/link/xdp-options/off.schema.js.map +1 -0
- package/lib/commands/link/xdp-options/pinned.interfaces.d.ts +13 -0
- package/lib/commands/link/xdp-options/pinned.interfaces.js +3 -0
- package/lib/commands/link/xdp-options/pinned.interfaces.js.map +1 -0
- package/lib/commands/link/xdp-options/pinned.schema.d.ts +3 -0
- package/lib/commands/link/xdp-options/pinned.schema.js +15 -0
- package/lib/commands/link/xdp-options/pinned.schema.js.map +1 -0
- package/lib/commands/link.constants.d.ts +425 -0
- package/lib/commands/link.constants.js +366 -0
- package/lib/commands/link.constants.js.map +1 -0
- package/lib/commands/link.d.ts +113 -0
- package/lib/commands/link.js +159 -0
- package/lib/commands/link.js.map +1 -0
- package/lib/commands/maddress/add.interfaces.d.ts +10 -0
- package/lib/commands/maddress/add.interfaces.js +3 -0
- package/lib/commands/maddress/add.interfaces.js.map +1 -0
- package/lib/commands/maddress/add.schema.d.ts +3 -0
- package/lib/commands/maddress/add.schema.js +22 -0
- package/lib/commands/maddress/add.schema.js.map +1 -0
- package/lib/commands/maddress/show.interfaces.d.ts +25 -0
- package/lib/commands/maddress/show.interfaces.js +3 -0
- package/lib/commands/maddress/show.interfaces.js.map +1 -0
- package/lib/commands/maddress/show.schema.d.ts +3 -0
- package/lib/commands/maddress/show.schema.js +17 -0
- package/lib/commands/maddress/show.schema.js.map +1 -0
- package/lib/commands/maddress.d.ts +82 -0
- package/lib/commands/maddress.js +121 -0
- package/lib/commands/maddress.js.map +1 -0
- package/lib/commands/monitor/monitor.interfaces.d.ts +24 -0
- package/lib/commands/monitor/monitor.interfaces.js +3 -0
- package/lib/commands/monitor/monitor.interfaces.js.map +1 -0
- package/lib/commands/monitor/monitor.schema.d.ts +3 -0
- package/lib/commands/monitor/monitor.schema.js +33 -0
- package/lib/commands/monitor/monitor.schema.js.map +1 -0
- package/lib/commands/monitor.constants.d.ts +17 -0
- package/lib/commands/monitor.constants.js +22 -0
- package/lib/commands/monitor.constants.js.map +1 -0
- package/lib/commands/monitor.d.ts +52 -0
- package/lib/commands/monitor.js +75 -0
- package/lib/commands/monitor.js.map +1 -0
- package/lib/commands/mroute/show.interfaces.d.ts +26 -0
- package/lib/commands/mroute/show.interfaces.js +3 -0
- package/lib/commands/mroute/show.interfaces.js.map +1 -0
- package/lib/commands/mroute/show.schema.d.ts +3 -0
- package/lib/commands/mroute/show.schema.js +44 -0
- package/lib/commands/mroute/show.schema.js.map +1 -0
- package/lib/commands/mroute.d.ts +29 -0
- package/lib/commands/mroute.js +53 -0
- package/lib/commands/mroute.js.map +1 -0
- package/lib/commands/neighbour/add.interfaces.d.ts +34 -0
- package/lib/commands/neighbour/add.interfaces.js +3 -0
- package/lib/commands/neighbour/add.interfaces.js.map +1 -0
- package/lib/commands/neighbour/add.schema.d.ts +3 -0
- package/lib/commands/neighbour/add.schema.js +49 -0
- package/lib/commands/neighbour/add.schema.js.map +1 -0
- package/lib/commands/neighbour/del.interfaces.d.ts +23 -0
- package/lib/commands/neighbour/del.interfaces.js +3 -0
- package/lib/commands/neighbour/del.interfaces.js.map +1 -0
- package/lib/commands/neighbour/del.schema.d.ts +3 -0
- package/lib/commands/neighbour/del.schema.js +37 -0
- package/lib/commands/neighbour/del.schema.js.map +1 -0
- package/lib/commands/neighbour/get.interfaces.d.ts +12 -0
- package/lib/commands/neighbour/get.interfaces.js +3 -0
- package/lib/commands/neighbour/get.interfaces.js.map +1 -0
- package/lib/commands/neighbour/get.schema.d.ts +3 -0
- package/lib/commands/neighbour/get.schema.js +26 -0
- package/lib/commands/neighbour/get.schema.js.map +1 -0
- package/lib/commands/neighbour/show.interfaces.d.ts +37 -0
- package/lib/commands/neighbour/show.interfaces.js +3 -0
- package/lib/commands/neighbour/show.interfaces.js.map +1 -0
- package/lib/commands/neighbour/show.schema.d.ts +3 -0
- package/lib/commands/neighbour/show.schema.js +39 -0
- package/lib/commands/neighbour/show.schema.js.map +1 -0
- package/lib/commands/neighbour.constants.d.ts +34 -0
- package/lib/commands/neighbour.constants.js +39 -0
- package/lib/commands/neighbour.constants.js.map +1 -0
- package/lib/commands/neighbour.d.ts +169 -0
- package/lib/commands/neighbour.js +238 -0
- package/lib/commands/neighbour.js.map +1 -0
- package/lib/commands/ntable/change.interfaces.d.ts +42 -0
- package/lib/commands/ntable/change.interfaces.js +3 -0
- package/lib/commands/ntable/change.interfaces.js.map +1 -0
- package/lib/commands/ntable/change.schema.d.ts +3 -0
- package/lib/commands/ntable/change.schema.js +101 -0
- package/lib/commands/ntable/change.schema.js.map +1 -0
- package/lib/commands/ntable/show.interfaces.d.ts +59 -0
- package/lib/commands/ntable/show.interfaces.js +3 -0
- package/lib/commands/ntable/show.interfaces.js.map +1 -0
- package/lib/commands/ntable/show.schema.d.ts +3 -0
- package/lib/commands/ntable/show.schema.js +22 -0
- package/lib/commands/ntable/show.schema.js.map +1 -0
- package/lib/commands/ntable.d.ts +43 -0
- package/lib/commands/ntable.js +75 -0
- package/lib/commands/ntable.js.map +1 -0
- package/lib/commands/route/add.interfaces.d.ts +261 -0
- package/lib/commands/route/add.interfaces.js +4 -0
- package/lib/commands/route/add.interfaces.js.map +1 -0
- package/lib/commands/route/add.schema.d.ts +3 -0
- package/lib/commands/route/add.schema.js +366 -0
- package/lib/commands/route/add.schema.js.map +1 -0
- package/lib/commands/route/encap-types/bpf.interfaces.d.ts +14 -0
- package/lib/commands/route/encap-types/bpf.interfaces.js +3 -0
- package/lib/commands/route/encap-types/bpf.interfaces.js.map +1 -0
- package/lib/commands/route/encap-types/bpf.schema.d.ts +3 -0
- package/lib/commands/route/encap-types/bpf.schema.js +31 -0
- package/lib/commands/route/encap-types/bpf.schema.js.map +1 -0
- package/lib/commands/route/encap-types/ioam6.interfaces.d.ts +19 -0
- package/lib/commands/route/encap-types/ioam6.interfaces.js +3 -0
- package/lib/commands/route/encap-types/ioam6.interfaces.js.map +1 -0
- package/lib/commands/route/encap-types/ioam6.schema.d.ts +3 -0
- package/lib/commands/route/encap-types/ioam6.schema.js +30 -0
- package/lib/commands/route/encap-types/ioam6.schema.js.map +1 -0
- package/lib/commands/route/encap-types/ip.interfaces.d.ts +17 -0
- package/lib/commands/route/encap-types/ip.interfaces.js +3 -0
- package/lib/commands/route/encap-types/ip.interfaces.js.map +1 -0
- package/lib/commands/route/encap-types/ip.schema.d.ts +3 -0
- package/lib/commands/route/encap-types/ip.schema.js +48 -0
- package/lib/commands/route/encap-types/ip.schema.js.map +1 -0
- package/lib/commands/route/encap-types/mpls.interfaces.d.ts +11 -0
- package/lib/commands/route/encap-types/mpls.interfaces.js +3 -0
- package/lib/commands/route/encap-types/mpls.interfaces.js.map +1 -0
- package/lib/commands/route/encap-types/mpls.schema.d.ts +3 -0
- package/lib/commands/route/encap-types/mpls.schema.js +46 -0
- package/lib/commands/route/encap-types/mpls.schema.js.map +1 -0
- package/lib/commands/route/encap-types/seg6.interfaces.d.ts +20 -0
- package/lib/commands/route/encap-types/seg6.interfaces.js +3 -0
- package/lib/commands/route/encap-types/seg6.interfaces.js.map +1 -0
- package/lib/commands/route/encap-types/seg6.schema.d.ts +3 -0
- package/lib/commands/route/encap-types/seg6.schema.js +38 -0
- package/lib/commands/route/encap-types/seg6.schema.js.map +1 -0
- package/lib/commands/route/encap-types/seg6local.interfaces.d.ts +76 -0
- package/lib/commands/route/encap-types/seg6local.interfaces.js +3 -0
- package/lib/commands/route/encap-types/seg6local.interfaces.js.map +1 -0
- package/lib/commands/route/encap-types/seg6local.schema.d.ts +6 -0
- package/lib/commands/route/encap-types/seg6local.schema.js +181 -0
- package/lib/commands/route/encap-types/seg6local.schema.js.map +1 -0
- package/lib/commands/route/get.interfaces.d.ts +37 -0
- package/lib/commands/route/get.interfaces.js +3 -0
- package/lib/commands/route/get.interfaces.js.map +1 -0
- package/lib/commands/route/get.schema.d.ts +3 -0
- package/lib/commands/route/get.schema.js +86 -0
- package/lib/commands/route/get.schema.js.map +1 -0
- package/lib/commands/route/show.constants.d.ts +105 -0
- package/lib/commands/route/show.constants.js +112 -0
- package/lib/commands/route/show.constants.js.map +1 -0
- package/lib/commands/route/show.interfaces.d.ts +96 -0
- package/lib/commands/route/show.interfaces.js +3 -0
- package/lib/commands/route/show.interfaces.js.map +1 -0
- package/lib/commands/route/show.schema.d.ts +3 -0
- package/lib/commands/route/show.schema.js +161 -0
- package/lib/commands/route/show.schema.js.map +1 -0
- package/lib/commands/route.constants.d.ts +129 -0
- package/lib/commands/route.constants.js +136 -0
- package/lib/commands/route.constants.js.map +1 -0
- package/lib/commands/route.d.ts +268 -0
- package/lib/commands/route.js +362 -0
- package/lib/commands/route.js.map +1 -0
- package/lib/commands/rule/add.interfaces.d.ts +41 -0
- package/lib/commands/rule/add.interfaces.js +3 -0
- package/lib/commands/rule/add.interfaces.js.map +1 -0
- package/lib/commands/rule/add.schema.d.ts +3 -0
- package/lib/commands/rule/add.schema.js +182 -0
- package/lib/commands/rule/add.schema.js.map +1 -0
- package/lib/commands/rule/show.interfaces.d.ts +86 -0
- package/lib/commands/rule/show.interfaces.js +3 -0
- package/lib/commands/rule/show.interfaces.js.map +1 -0
- package/lib/commands/rule/show.schema.d.ts +3 -0
- package/lib/commands/rule/show.schema.js +157 -0
- package/lib/commands/rule/show.schema.js.map +1 -0
- package/lib/commands/rule.constants.d.ts +34 -0
- package/lib/commands/rule.constants.js +40 -0
- package/lib/commands/rule.constants.js.map +1 -0
- package/lib/commands/rule.d.ts +143 -0
- package/lib/commands/rule.js +205 -0
- package/lib/commands/rule.js.map +1 -0
- package/lib/commands/tunnel/6rd.interfaces.d.ts +17 -0
- package/lib/commands/tunnel/6rd.interfaces.js +3 -0
- package/lib/commands/tunnel/6rd.interfaces.js.map +1 -0
- package/lib/commands/tunnel/6rd.schema.d.ts +3 -0
- package/lib/commands/tunnel/6rd.schema.js +33 -0
- package/lib/commands/tunnel/6rd.schema.js.map +1 -0
- package/lib/commands/tunnel/add.interfaces.d.ts +124 -0
- package/lib/commands/tunnel/add.interfaces.js +3 -0
- package/lib/commands/tunnel/add.interfaces.js.map +1 -0
- package/lib/commands/tunnel/add.schema.d.ts +3 -0
- package/lib/commands/tunnel/add.schema.js +213 -0
- package/lib/commands/tunnel/add.schema.js.map +1 -0
- package/lib/commands/tunnel/prl.interfaces.d.ts +17 -0
- package/lib/commands/tunnel/prl.interfaces.js +3 -0
- package/lib/commands/tunnel/prl.interfaces.js.map +1 -0
- package/lib/commands/tunnel/prl.schema.d.ts +3 -0
- package/lib/commands/tunnel/prl.schema.js +34 -0
- package/lib/commands/tunnel/prl.schema.js.map +1 -0
- package/lib/commands/tunnel.constants.d.ts +23 -0
- package/lib/commands/tunnel.constants.js +24 -0
- package/lib/commands/tunnel.constants.js.map +1 -0
- package/lib/commands/tunnel.d.ts +151 -0
- package/lib/commands/tunnel.js +210 -0
- package/lib/commands/tunnel.js.map +1 -0
- package/lib/commands/tuntap/add.interfaces.d.ts +25 -0
- package/lib/commands/tuntap/add.interfaces.js +3 -0
- package/lib/commands/tuntap/add.interfaces.js.map +1 -0
- package/lib/commands/tuntap/add.schema.d.ts +3 -0
- package/lib/commands/tuntap/add.schema.js +77 -0
- package/lib/commands/tuntap/add.schema.js.map +1 -0
- package/lib/commands/tuntap/show.interfaces.d.ts +17 -0
- package/lib/commands/tuntap/show.interfaces.js +3 -0
- package/lib/commands/tuntap/show.interfaces.js.map +1 -0
- package/lib/commands/tuntap/show.schema.d.ts +3 -0
- package/lib/commands/tuntap/show.schema.js +80 -0
- package/lib/commands/tuntap/show.schema.js.map +1 -0
- package/lib/commands/tuntap.constants.d.ts +8 -0
- package/lib/commands/tuntap.constants.js +13 -0
- package/lib/commands/tuntap.constants.js.map +1 -0
- package/lib/commands/tuntap.d.ts +83 -0
- package/lib/commands/tuntap.js +121 -0
- package/lib/commands/tuntap.js.map +1 -0
- package/lib/common/classes/command-with-filepath.d.ts +16 -0
- package/lib/common/classes/command-with-filepath.js +53 -0
- package/lib/common/classes/command-with-filepath.js.map +1 -0
- package/lib/common/classes/command-with-redirect-from-filepath-and-returned-data.d.ts +15 -0
- package/lib/common/classes/command-with-redirect-from-filepath-and-returned-data.js +45 -0
- package/lib/common/classes/command-with-redirect-from-filepath-and-returned-data.js.map +1 -0
- package/lib/common/classes/command-with-redirect-from-filepath.d.ts +16 -0
- package/lib/common/classes/command-with-redirect-from-filepath.js +53 -0
- package/lib/common/classes/command-with-redirect-from-filepath.js.map +1 -0
- package/lib/common/classes/command-with-redirect-to-filepath.d.ts +16 -0
- package/lib/common/classes/command-with-redirect-to-filepath.js +53 -0
- package/lib/common/classes/command-with-redirect-to-filepath.js.map +1 -0
- package/lib/common/classes/command-with-returned-data.d.ts +15 -0
- package/lib/common/classes/command-with-returned-data.js +45 -0
- package/lib/common/classes/command-with-returned-data.js.map +1 -0
- package/lib/common/classes/command-with-stdin.d.ts +16 -0
- package/lib/common/classes/command-with-stdin.js +53 -0
- package/lib/common/classes/command-with-stdin.js.map +1 -0
- package/lib/common/classes/command.d.ts +26 -0
- package/lib/common/classes/command.js +144 -0
- package/lib/common/classes/command.js.map +1 -0
- package/lib/common/classes/monitor-command.d.ts +30 -0
- package/lib/common/classes/monitor-command.js +108 -0
- package/lib/common/classes/monitor-command.js.map +1 -0
- package/lib/common/constants/attribute-values.d.ts +33 -0
- package/lib/common/constants/attribute-values.js +41 -0
- package/lib/common/constants/attribute-values.js.map +1 -0
- package/lib/common/constants/regexes.d.ts +34 -0
- package/lib/common/constants/regexes.js +38 -0
- package/lib/common/constants/regexes.js.map +1 -0
- package/lib/common/constants/schemas.d.ts +52 -0
- package/lib/common/constants/schemas.js +296 -0
- package/lib/common/constants/schemas.js.map +1 -0
- package/lib/common/constants/tests.d.ts +4 -0
- package/lib/common/constants/tests.js +9 -0
- package/lib/common/constants/tests.js.map +1 -0
- package/lib/common/errors/command.d.ts +11 -0
- package/lib/common/errors/command.js +20 -0
- package/lib/common/errors/command.js.map +1 -0
- package/lib/common/errors/parameters.d.ts +16 -0
- package/lib/common/errors/parameters.js +21 -0
- package/lib/common/errors/parameters.js.map +1 -0
- package/lib/common/interfaces/common.d.ts +115 -0
- package/lib/common/interfaces/common.js +3 -0
- package/lib/common/interfaces/common.js.map +1 -0
- package/lib/common/interfaces/monitor.d.ts +17 -0
- package/lib/common/interfaces/monitor.js +3 -0
- package/lib/common/interfaces/monitor.js.map +1 -0
- package/lib/common/interfaces/tests.d.ts +33 -0
- package/lib/common/interfaces/tests.js +3 -0
- package/lib/common/interfaces/tests.js.map +1 -0
- package/lib/common/misc.d.ts +4 -0
- package/lib/common/misc.js +18 -0
- package/lib/common/misc.js.map +1 -0
- package/lib/common/parse-output.d.ts +14 -0
- package/lib/common/parse-output.js +51 -0
- package/lib/common/parse-output.js.map +1 -0
- package/lib/common/validator.d.ts +3 -0
- package/lib/common/validator.js +45 -0
- package/lib/common/validator.js.map +1 -0
- package/lib/index.d.ts +400 -0
- package/lib/index.js +189 -0
- package/lib/index.js.map +1 -0
- package/lib/utils/index.d.ts +33 -0
- package/lib/utils/index.js +40 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/ip-forwarding.constants.d.ts +21 -0
- package/lib/utils/ip-forwarding.constants.js +27 -0
- package/lib/utils/ip-forwarding.constants.js.map +1 -0
- package/lib/utils/ip-forwarding.d.ts +103 -0
- package/lib/utils/ip-forwarding.js +149 -0
- package/lib/utils/ip-forwarding.js.map +1 -0
- package/lib/utils/routing-tables.constants.d.ts +7 -0
- package/lib/utils/routing-tables.constants.js +11 -0
- package/lib/utils/routing-tables.constants.js.map +1 -0
- package/lib/utils/routing-tables.d.ts +134 -0
- package/lib/utils/routing-tables.interfaces.d.ts +16 -0
- package/lib/utils/routing-tables.interfaces.js +3 -0
- package/lib/utils/routing-tables.interfaces.js.map +1 -0
- package/lib/utils/routing-tables.js +243 -0
- package/lib/utils/routing-tables.js.map +1 -0
- package/lib/utils/routing-tables.schemas.d.ts +3 -0
- package/lib/utils/routing-tables.schemas.js +22 -0
- package/lib/utils/routing-tables.schemas.js.map +1 -0
- package/package.json +92 -0
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LinkAddSchema = exports.typePropertiesSchema = void 0;
|
|
4
|
+
const link_constants_1 = require("../link.constants");
|
|
5
|
+
const schemas_1 = require("../../common/constants/schemas");
|
|
6
|
+
const bareup_schema_1 = require("./virtual-link-types/bareup.schema");
|
|
7
|
+
const bridge_schema_1 = require("./virtual-link-types/bridge.schema");
|
|
8
|
+
const erspan_ip6erspan_schema_1 = require("./virtual-link-types/erspan-ip6erspan.schema");
|
|
9
|
+
const geneve_schema_1 = require("./virtual-link-types/geneve.schema");
|
|
10
|
+
const gre_gretap_schema_1 = require("./virtual-link-types/gre-gretap.schema");
|
|
11
|
+
const hsr_schema_1 = require("./virtual-link-types/hsr.schema");
|
|
12
|
+
const ip6gre_ip6gretap_schema_1 = require("./virtual-link-types/ip6gre-ip6gretap.schema");
|
|
13
|
+
const ipip_sit_schema_1 = require("./virtual-link-types/ipip-sit.schema");
|
|
14
|
+
const ipoib_schema_1 = require("./virtual-link-types/ipoib.schema");
|
|
15
|
+
const macsec_schema_1 = require("./virtual-link-types/macsec.schema");
|
|
16
|
+
const macvlan_macvtap_schema_1 = require("./virtual-link-types/macvlan-macvtap.schema");
|
|
17
|
+
const rmnet_schema_1 = require("./virtual-link-types/rmnet.schema");
|
|
18
|
+
const veth_vxcan_schema_1 = require("./virtual-link-types/veth-vxcan.schema");
|
|
19
|
+
const vlan_schema_1 = require("./virtual-link-types/vlan.schema");
|
|
20
|
+
const vrf_schema_1 = require("./virtual-link-types/vrf.schema");
|
|
21
|
+
const vxlan_schema_1 = require("./virtual-link-types/vxlan.schema");
|
|
22
|
+
const xfrm_schema_1 = require("./virtual-link-types/xfrm.schema");
|
|
23
|
+
const can_schema_1 = require("./virtual-link-types/can.schema");
|
|
24
|
+
exports.typePropertiesSchema = {
|
|
25
|
+
[link_constants_1.LinkTypes.Vlan]: vlan_schema_1.AddLinkVlanArgsSchema,
|
|
26
|
+
[link_constants_1.LinkTypes.Vxlan]: vxlan_schema_1.AddLinkVxlanArgsSchema,
|
|
27
|
+
[link_constants_1.LinkTypes.Veth]: veth_vxcan_schema_1.AddLinkVethVxcanArgsSchema,
|
|
28
|
+
[link_constants_1.LinkTypes.Vxcan]: veth_vxcan_schema_1.AddLinkVethVxcanArgsSchema,
|
|
29
|
+
[link_constants_1.LinkTypes.Can]: can_schema_1.AddLinkCanArgsSchema,
|
|
30
|
+
[link_constants_1.LinkTypes.Ipip]: ipip_sit_schema_1.AddLinkIpipSipArgsSchema,
|
|
31
|
+
[link_constants_1.LinkTypes.Sit]: ipip_sit_schema_1.AddLinkIpipSipArgsSchema,
|
|
32
|
+
[link_constants_1.LinkTypes.Gre]: gre_gretap_schema_1.AddGreGretapArgsSchema,
|
|
33
|
+
[link_constants_1.LinkTypes.Gretap]: gre_gretap_schema_1.AddGreGretapArgsSchema,
|
|
34
|
+
[link_constants_1.LinkTypes.Ip6gre]: ip6gre_ip6gretap_schema_1.AddLinkIp6GreIp6GretapArgsSchema,
|
|
35
|
+
[link_constants_1.LinkTypes.Ip6gretap]: ip6gre_ip6gretap_schema_1.AddLinkIp6GreIp6GretapArgsSchema,
|
|
36
|
+
[link_constants_1.LinkTypes.Ipoib]: ipoib_schema_1.AddLinkIpoibArgsSchema,
|
|
37
|
+
[link_constants_1.LinkTypes.Erspan]: erspan_ip6erspan_schema_1.AddLinkErspanIp6ErspanArgsSchema,
|
|
38
|
+
[link_constants_1.LinkTypes.Ip6erspan]: erspan_ip6erspan_schema_1.AddLinkErspanIp6ErspanArgsSchema,
|
|
39
|
+
[link_constants_1.LinkTypes.Geneve]: geneve_schema_1.AddLinkGeneveArgsSchema,
|
|
40
|
+
[link_constants_1.LinkTypes.Bareudp]: bareup_schema_1.AddLinkBareudpArgsSchema,
|
|
41
|
+
[link_constants_1.LinkTypes.Macvlan]: macvlan_macvtap_schema_1.AddLinkMacvlanMacvtapArgsSchema,
|
|
42
|
+
[link_constants_1.LinkTypes.Macvtap]: macvlan_macvtap_schema_1.AddLinkMacvlanMacvtapArgsSchema,
|
|
43
|
+
[link_constants_1.LinkTypes.Hsr]: hsr_schema_1.AddLinkHsrArgsSchema,
|
|
44
|
+
[link_constants_1.LinkTypes.Vrf]: vrf_schema_1.AddLinkVrfArgsSchema,
|
|
45
|
+
[link_constants_1.LinkTypes.Rmnet]: rmnet_schema_1.AddLinkRmnetArgsSchema,
|
|
46
|
+
[link_constants_1.LinkTypes.Xfrm]: xfrm_schema_1.AddLinkXfrmArgsSchema,
|
|
47
|
+
[link_constants_1.LinkTypes.Bridge]: bridge_schema_1.AddLinkBridgeArgsSchema,
|
|
48
|
+
[link_constants_1.LinkTypes.Macsec]: macsec_schema_1.AddLinkMacsecArgsSchema,
|
|
49
|
+
[link_constants_1.LinkTypes.Bond]: {
|
|
50
|
+
type: 'boolean',
|
|
51
|
+
enum: [true],
|
|
52
|
+
nullable: true
|
|
53
|
+
},
|
|
54
|
+
[link_constants_1.LinkTypes.Dummy]: {
|
|
55
|
+
type: 'boolean',
|
|
56
|
+
enum: [true],
|
|
57
|
+
nullable: true
|
|
58
|
+
},
|
|
59
|
+
[link_constants_1.LinkTypes.Ifb]: {
|
|
60
|
+
type: 'boolean',
|
|
61
|
+
enum: [true],
|
|
62
|
+
nullable: true
|
|
63
|
+
},
|
|
64
|
+
[link_constants_1.LinkTypes.Vcan]: {
|
|
65
|
+
type: 'boolean',
|
|
66
|
+
enum: [true],
|
|
67
|
+
nullable: true
|
|
68
|
+
},
|
|
69
|
+
[link_constants_1.LinkTypes.Ip6tnl]: {
|
|
70
|
+
type: 'boolean',
|
|
71
|
+
enum: [true],
|
|
72
|
+
nullable: true
|
|
73
|
+
},
|
|
74
|
+
[link_constants_1.LinkTypes.Vti]: {
|
|
75
|
+
type: 'boolean',
|
|
76
|
+
enum: [true],
|
|
77
|
+
nullable: true
|
|
78
|
+
},
|
|
79
|
+
[link_constants_1.LinkTypes.Nlmon]: {
|
|
80
|
+
type: 'boolean',
|
|
81
|
+
enum: [true],
|
|
82
|
+
nullable: true
|
|
83
|
+
},
|
|
84
|
+
[link_constants_1.LinkTypes.Ipvlan]: {
|
|
85
|
+
type: 'boolean',
|
|
86
|
+
enum: [true],
|
|
87
|
+
nullable: true
|
|
88
|
+
},
|
|
89
|
+
[link_constants_1.LinkTypes.Ipvtap]: {
|
|
90
|
+
type: 'boolean',
|
|
91
|
+
enum: [true],
|
|
92
|
+
nullable: true
|
|
93
|
+
},
|
|
94
|
+
[link_constants_1.LinkTypes.Lowpan]: {
|
|
95
|
+
type: 'boolean',
|
|
96
|
+
enum: [true],
|
|
97
|
+
nullable: true
|
|
98
|
+
},
|
|
99
|
+
[link_constants_1.LinkTypes.Netdevsim]: {
|
|
100
|
+
type: 'boolean',
|
|
101
|
+
enum: [true],
|
|
102
|
+
nullable: true
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
exports.LinkAddSchema = {
|
|
106
|
+
$id: schemas_1.SchemaIds.LinkAdd,
|
|
107
|
+
type: 'object',
|
|
108
|
+
required: ['name', 'type'],
|
|
109
|
+
properties: {
|
|
110
|
+
link: {
|
|
111
|
+
type: 'string',
|
|
112
|
+
minLength: 1,
|
|
113
|
+
maxLength: 15,
|
|
114
|
+
nullable: true
|
|
115
|
+
},
|
|
116
|
+
name: {
|
|
117
|
+
type: 'string',
|
|
118
|
+
minLength: 1,
|
|
119
|
+
maxLength: 15
|
|
120
|
+
},
|
|
121
|
+
txqueuelen: {
|
|
122
|
+
type: 'integer',
|
|
123
|
+
minimum: 1,
|
|
124
|
+
nullable: true
|
|
125
|
+
},
|
|
126
|
+
address: {
|
|
127
|
+
type: 'string',
|
|
128
|
+
format: 'mac',
|
|
129
|
+
nullable: true
|
|
130
|
+
},
|
|
131
|
+
broadcast: {
|
|
132
|
+
type: 'string',
|
|
133
|
+
format: 'mac',
|
|
134
|
+
nullable: true
|
|
135
|
+
},
|
|
136
|
+
mtu: {
|
|
137
|
+
type: 'integer',
|
|
138
|
+
minimum: 1,
|
|
139
|
+
nullable: true
|
|
140
|
+
},
|
|
141
|
+
index: {
|
|
142
|
+
type: 'integer',
|
|
143
|
+
minimum: 1,
|
|
144
|
+
nullable: true
|
|
145
|
+
},
|
|
146
|
+
numtxqueues: {
|
|
147
|
+
type: 'integer',
|
|
148
|
+
minimum: 1,
|
|
149
|
+
nullable: true
|
|
150
|
+
},
|
|
151
|
+
numrxqueues: {
|
|
152
|
+
type: 'integer',
|
|
153
|
+
minimum: 1,
|
|
154
|
+
nullable: true
|
|
155
|
+
},
|
|
156
|
+
gso_max_size: {
|
|
157
|
+
type: 'integer',
|
|
158
|
+
minimum: 1,
|
|
159
|
+
nullable: true
|
|
160
|
+
},
|
|
161
|
+
gso_max_segs: {
|
|
162
|
+
type: 'integer',
|
|
163
|
+
minimum: 1,
|
|
164
|
+
nullable: true
|
|
165
|
+
},
|
|
166
|
+
type: {
|
|
167
|
+
type: 'object',
|
|
168
|
+
properties: exports.typePropertiesSchema
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
//# sourceMappingURL=add.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.schema.js","sourceRoot":"","sources":["../../../src/commands/link/add.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LinkTypes } from '../link.constants';
|
|
2
|
+
import { LinkTypesMappings } from './add.interfaces';
|
|
3
|
+
/**
|
|
4
|
+
* Link delete options.
|
|
5
|
+
* @category Interfaces
|
|
6
|
+
*/
|
|
7
|
+
export interface LinkDeleteOptions {
|
|
8
|
+
/** Specifies the virtual device to act operate on. */
|
|
9
|
+
dev?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Specifies the group of virtual links to delete.
|
|
12
|
+
* Group 0 is not allowed to be deleted since it is the default group.
|
|
13
|
+
*/
|
|
14
|
+
group?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Specifies the type of the device.
|
|
17
|
+
* @see {@link LinkTypes}
|
|
18
|
+
*/
|
|
19
|
+
type?: {
|
|
20
|
+
[key in LinkTypes]?: LinkTypesMappings[key];
|
|
21
|
+
};
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete.interfaces.js","sourceRoot":"","sources":["../../../src/commands/link/delete.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LinkDeleteSchema = void 0;
|
|
4
|
+
const schemas_1 = require("../../common/constants/schemas");
|
|
5
|
+
const add_schema_1 = require("./add.schema");
|
|
6
|
+
exports.LinkDeleteSchema = {
|
|
7
|
+
$id: schemas_1.SchemaIds.LinkDelete,
|
|
8
|
+
type: 'object',
|
|
9
|
+
required: [],
|
|
10
|
+
properties: {
|
|
11
|
+
dev: {
|
|
12
|
+
type: 'string',
|
|
13
|
+
minLength: 1,
|
|
14
|
+
keyless: true,
|
|
15
|
+
nullable: true
|
|
16
|
+
},
|
|
17
|
+
group: {
|
|
18
|
+
type: 'integer',
|
|
19
|
+
minimum: 0,
|
|
20
|
+
nullable: true
|
|
21
|
+
},
|
|
22
|
+
type: {
|
|
23
|
+
type: 'object',
|
|
24
|
+
nullable: true,
|
|
25
|
+
properties: add_schema_1.typePropertiesSchema
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=delete.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete.schema.js","sourceRoot":"","sources":["../../../src/commands/link/delete.schema.ts"],"names":[],"mappings":";;;AAEA,4DAA2D;AAE3D,6CAAoD;AAEvC,QAAA,gBAAgB,GAAsC;IACjE,GAAG,EAAS,mBAAS,CAAC,UAAU;IAChC,IAAI,EAAQ,QAAQ;IACpB,QAAQ,EAAI,EAAE;IACd,UAAU,EAAE;QACV,GAAG,EAAI;YACL,IAAI,EAAO,QAAQ;YACnB,SAAS,EAAE,CAAC;YACZ,OAAO,EAAI,IAAI;YACf,QAAQ,EAAG,IAAI;SAChB;QACD,KAAK,EAAE;YACL,IAAI,EAAM,SAAS;YACnB,OAAO,EAAG,CAAC;YACX,QAAQ,EAAE,IAAI;SACf;QACD,IAAI,EAAG;YACL,IAAI,EAAQ,QAAQ;YACpB,QAAQ,EAAI,IAAI;YAChB,UAAU,EAAE,iCAAoB;SACjC;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bond-slave.interfaces.js","sourceRoot":"","sources":["../../../../src/commands/link/extended-virtual-link-types/bond-slave.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetLinkBondSlaveArgsSchema = void 0;
|
|
4
|
+
exports.SetLinkBondSlaveArgsSchema = {
|
|
5
|
+
type: 'object',
|
|
6
|
+
required: [],
|
|
7
|
+
additionalProperties: false,
|
|
8
|
+
properties: {
|
|
9
|
+
queue_id: {
|
|
10
|
+
type: 'integer',
|
|
11
|
+
minimum: 0,
|
|
12
|
+
nullable: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=bond-slave.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bond-slave.schema.js","sourceRoot":"","sources":["../../../../src/commands/link/extended-virtual-link-types/bond-slave.schema.ts"],"names":[],"mappings":";;;AAIa,QAAA,0BAA0B,GAA6C;IAClF,IAAI,EAAkB,QAAQ;IAC9B,QAAQ,EAAc,EAAE;IACxB,oBAAoB,EAAE,KAAK;IAC3B,UAAU,EAAY;QACpB,QAAQ,EAAE;YACR,IAAI,EAAM,SAAS;YACnB,OAAO,EAAG,CAAC;YACX,QAAQ,EAAE,IAAI;SACf;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { OnOffToggle } from '../../../common/constants/attribute-values';
|
|
2
|
+
import { BridgeSlavePortStates } from '../../link.constants';
|
|
3
|
+
/**
|
|
4
|
+
* Set link bridge-slave type args.
|
|
5
|
+
* @category Interfaces
|
|
6
|
+
*/
|
|
7
|
+
export interface SetLinkBridgeSlaveTypeArgs {
|
|
8
|
+
/** Flush bridge slave's fdb dynamic entries. */
|
|
9
|
+
fdb_flush?: true;
|
|
10
|
+
/** Set port state. */
|
|
11
|
+
state?: BridgeSlavePortStates;
|
|
12
|
+
/** Set port priority (allowed values are between 0 and 63, inclusively). */
|
|
13
|
+
priority?: number;
|
|
14
|
+
/** Set port cost (allowed values are between 1 and 65535, inclusively). */
|
|
15
|
+
cost?: number;
|
|
16
|
+
/** Block incoming BPDU packets on this port. */
|
|
17
|
+
guard?: OnOffToggle;
|
|
18
|
+
/**
|
|
19
|
+
* Enable hairpin mode on this port.
|
|
20
|
+
* This will allow incoming packets on this port to be reflected back.
|
|
21
|
+
*/
|
|
22
|
+
hairpin?: OnOffToggle;
|
|
23
|
+
/** Enable multicast fast leave on this port. */
|
|
24
|
+
fastleave?: OnOffToggle;
|
|
25
|
+
/** Block this port from becoming the bridge's root port. */
|
|
26
|
+
root_block?: true;
|
|
27
|
+
/** Allow MAC address learning on this port. */
|
|
28
|
+
learning?: true;
|
|
29
|
+
/**
|
|
30
|
+
* Open the flood gates on this port, i.e. forward all unicast frames to this port also.
|
|
31
|
+
* Requires {@link proxy_arp} and {@link proxy_arp_wifi} to be turned off.
|
|
32
|
+
*/
|
|
33
|
+
flood?: true;
|
|
34
|
+
/** Enable proxy ARP on this port. */
|
|
35
|
+
proxy_arp?: true;
|
|
36
|
+
/** Enable proxy ARP on this port which meets extended requirements by IEEE 802.11 and Hotspot 2.0 specifications. */
|
|
37
|
+
proxy_arp_wifi?: true;
|
|
38
|
+
/**
|
|
39
|
+
* Configure this port for having multicast routers attached.
|
|
40
|
+
* A port with a multicast router will receive all multicast traffic.
|
|
41
|
+
* MULTICAST_ROUTER may be either 0 to disable multicast routers on this port, 1 to let the system detect
|
|
42
|
+
* the presence of routers (this is the default), 2 to permanently enable multicast traffic forwarding on
|
|
43
|
+
* this port or 3 to enable multicast routers temporarily on this port, not depending on incoming queries.
|
|
44
|
+
*/
|
|
45
|
+
mcast_router?: number;
|
|
46
|
+
/** This is a synonym to the fastleave option above. */
|
|
47
|
+
mcast_fast_leave?: OnOffToggle;
|
|
48
|
+
/** Controls whether a given port will flood multicast traffic for which there is no MDB entry. */
|
|
49
|
+
mcast_flood?: OnOffToggle;
|
|
50
|
+
/**
|
|
51
|
+
* Controls whether a given port will replicate packets using unicast instead of multicast.
|
|
52
|
+
* By default this flag is off.
|
|
53
|
+
*/
|
|
54
|
+
mcast_to_unicast?: OnOffToggle;
|
|
55
|
+
/**
|
|
56
|
+
* Set the group forward mask.
|
|
57
|
+
* This is the bitmask that is applied to decide whether to forward incoming frames destined to link-local addresses,
|
|
58
|
+
* ie addresses of the form 01:80:C2:00:00:0X (defaults to 0, ie the bridge does not forward any link-local frames
|
|
59
|
+
* coming on this port).
|
|
60
|
+
*/
|
|
61
|
+
group_fwd_mask?: number;
|
|
62
|
+
/**
|
|
63
|
+
* Controls whether neighbour discovery (arp and nd) proxy and suppression is enabled on the port.
|
|
64
|
+
* By default this flag is off.
|
|
65
|
+
*/
|
|
66
|
+
neigh_suppress?: OnOffToggle;
|
|
67
|
+
/**
|
|
68
|
+
* Controls whether vlan to tunnel mapping is enabled on the port.
|
|
69
|
+
* By default this flag is off.
|
|
70
|
+
*/
|
|
71
|
+
vlan_tunnel?: OnOffToggle;
|
|
72
|
+
isolated?: OnOffToggle;
|
|
73
|
+
/** If the port loses carrier all traffic will be redirected to the configured backup port */
|
|
74
|
+
backup_port?: string;
|
|
75
|
+
/** Removes the currently configured backup port. */
|
|
76
|
+
nobackup_port?: true;
|
|
77
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bridge-slave.interfaces.js","sourceRoot":"","sources":["../../../../src/commands/link/extended-virtual-link-types/bridge-slave.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetLinkBridgeSlaveArgsSchema = void 0;
|
|
4
|
+
const attribute_values_1 = require("../../../common/constants/attribute-values");
|
|
5
|
+
const link_constants_1 = require("../../link.constants");
|
|
6
|
+
exports.SetLinkBridgeSlaveArgsSchema = {
|
|
7
|
+
type: 'object',
|
|
8
|
+
required: [],
|
|
9
|
+
additionalProperties: false,
|
|
10
|
+
properties: {
|
|
11
|
+
fdb_flush: {
|
|
12
|
+
type: 'boolean',
|
|
13
|
+
enum: [true],
|
|
14
|
+
nullable: true
|
|
15
|
+
},
|
|
16
|
+
state: {
|
|
17
|
+
type: 'integer',
|
|
18
|
+
enum: Object.values(link_constants_1.BridgeSlavePortStates),
|
|
19
|
+
nullable: true
|
|
20
|
+
},
|
|
21
|
+
priority: {
|
|
22
|
+
type: 'integer',
|
|
23
|
+
minimum: 0,
|
|
24
|
+
maximum: 63,
|
|
25
|
+
nullable: true
|
|
26
|
+
},
|
|
27
|
+
cost: {
|
|
28
|
+
type: 'integer',
|
|
29
|
+
minimum: 1,
|
|
30
|
+
maximum: 65535,
|
|
31
|
+
nullable: true
|
|
32
|
+
},
|
|
33
|
+
guard: {
|
|
34
|
+
type: 'string',
|
|
35
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
36
|
+
nullable: true
|
|
37
|
+
},
|
|
38
|
+
hairpin: {
|
|
39
|
+
type: 'string',
|
|
40
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
41
|
+
nullable: true
|
|
42
|
+
},
|
|
43
|
+
fastleave: {
|
|
44
|
+
type: 'string',
|
|
45
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
46
|
+
nullable: true
|
|
47
|
+
},
|
|
48
|
+
root_block: {
|
|
49
|
+
type: 'boolean',
|
|
50
|
+
enum: [true],
|
|
51
|
+
nullable: true
|
|
52
|
+
},
|
|
53
|
+
learning: {
|
|
54
|
+
type: 'boolean',
|
|
55
|
+
enum: [true],
|
|
56
|
+
nullable: true
|
|
57
|
+
},
|
|
58
|
+
flood: {
|
|
59
|
+
type: 'boolean',
|
|
60
|
+
enum: [true],
|
|
61
|
+
nullable: true
|
|
62
|
+
},
|
|
63
|
+
proxy_arp: {
|
|
64
|
+
type: 'boolean',
|
|
65
|
+
enum: [true],
|
|
66
|
+
nullable: true
|
|
67
|
+
},
|
|
68
|
+
proxy_arp_wifi: {
|
|
69
|
+
type: 'boolean',
|
|
70
|
+
enum: [true],
|
|
71
|
+
nullable: true
|
|
72
|
+
},
|
|
73
|
+
mcast_router: {
|
|
74
|
+
type: 'integer',
|
|
75
|
+
minimum: 0,
|
|
76
|
+
maximum: 3,
|
|
77
|
+
nullable: true
|
|
78
|
+
},
|
|
79
|
+
mcast_fast_leave: {
|
|
80
|
+
type: 'string',
|
|
81
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
82
|
+
nullable: true
|
|
83
|
+
},
|
|
84
|
+
mcast_flood: {
|
|
85
|
+
type: 'string',
|
|
86
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
87
|
+
nullable: true
|
|
88
|
+
},
|
|
89
|
+
mcast_to_unicast: {
|
|
90
|
+
type: 'string',
|
|
91
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
92
|
+
nullable: true
|
|
93
|
+
},
|
|
94
|
+
group_fwd_mask: {
|
|
95
|
+
type: 'integer',
|
|
96
|
+
minimum: 0,
|
|
97
|
+
nullable: true
|
|
98
|
+
},
|
|
99
|
+
neigh_suppress: {
|
|
100
|
+
type: 'string',
|
|
101
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
102
|
+
nullable: true
|
|
103
|
+
},
|
|
104
|
+
vlan_tunnel: {
|
|
105
|
+
type: 'string',
|
|
106
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
107
|
+
nullable: true
|
|
108
|
+
},
|
|
109
|
+
isolated: {
|
|
110
|
+
type: 'string',
|
|
111
|
+
enum: Object.values(attribute_values_1.OnOffToggle),
|
|
112
|
+
nullable: true
|
|
113
|
+
},
|
|
114
|
+
backup_port: {
|
|
115
|
+
type: 'string',
|
|
116
|
+
minLength: 0,
|
|
117
|
+
nullable: true
|
|
118
|
+
},
|
|
119
|
+
nobackup_port: {
|
|
120
|
+
type: 'boolean',
|
|
121
|
+
enum: [true],
|
|
122
|
+
nullable: true
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
//# sourceMappingURL=bridge-slave.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bridge-slave.schema.js","sourceRoot":"","sources":["../../../../src/commands/link/extended-virtual-link-types/bridge-slave.schema.ts"],"names":[],"mappings":";;;AAEA,iFAAyE;AAEzE,yDAA6D;AAEhD,QAAA,4BAA4B,GAA+C;IACtF,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,EAAE;IACZ,oBAAoB,EAAE,KAAK;IAC3B,UAAU,EAAE;QACV,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,sCAAqB,CAA4B;YACrE,QAAQ,EAAE,IAAI;SACf;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,IAAI;SACf;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,KAAK;YACd,QAAQ,EAAE,IAAI;SACf;QACD,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,OAAO,EAAE;YACP,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,UAAU,EAAE;YACV,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,cAAc,EAAE;YACd,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,YAAY,EAAE;YACZ,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,IAAI;SACf;QACD,gBAAgB,EAAE;YAChB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,gBAAgB,EAAE;YAChB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,cAAc,EAAE;YACd,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,IAAI;SACf;QACD,cAAc,EAAE;YACd,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,8BAAW,CAAkB;YACjD,QAAQ,EAAE,IAAI;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,aAAa,EAAE;YACb,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;SACf;KACF;CACF,CAAC"}
|