summaryrefslogtreecommitdiff
path: root/op-mode-definitions
AgeCommit message (Collapse)Author
2020-05-21macsec: T2023: generate secure channel keys in operation modeChristian Poessinger
2020-05-16nat: T2198: migrate "show nat" commands to XML and PythonChristian Poessinger
- "show nat source|destination statistics" is now implemented in Python - "show nat source|destination rules" needs a new implementation, see T2459 - "show nat source|destination translations" has been copied over from the old repo and is here until it is rewritten, this was not possible for "rules" as there would have been too much dependencies. This one only requires libxml-simple-perl
2020-05-01op-mode: monitor: traceroute: T2411: add VRF awarenessChristian Poessinger
2020-05-01op-mode: traceroute: T2129: migrate to top level tagNodeChristian Poessinger
2020-04-23pppoe: T2223: report the state of pppoe intfThomas Mangin
2020-04-21op-mode: T2348: fix restart dhcpv6 server service nameJernej Jakob
2020-04-19openvpn: T2308: fix path to UNIX control socketChristian Poessinger
Bug introduced in commit b36e6e6 ("openvpn: T2273: migrate from SysVinit to systemd") as not all relevant configuration files have been re-rendered into /run/openvpn.
2020-04-17Merge pull request #341 from thomas-mangin/T2223Christian Poessinger
op_mode: T2223: convert vyatta-show-interfaces.pl to show_interfaces.py
2020-04-16sstp: T2256: Use ppp-server-ctrl.py for op-commandsDmitriyEshenko
2020-04-16pppoe: T2256: Use ppp-server-ctrl.py for op-commandsDmitriyEshenko
2020-04-16pptp: T2256: Use ppp-server-ctrl.py for op-commandsDmitriyEshenko
2020-04-16l2tp: T2256: Implement control script for operational commandsDmitriyEshenko
2020-04-14Merge pull request #344 from DmitriyEshenko/ipoe-opChristian Poessinger
ipoe: T2256: Rewrite op-mode commands
2020-04-14ipoe: T2256: Rewrite op-mode commandsDmitriyEshenko
2020-04-14Merge pull request #343 from sever-sever/op-show-bgpChristian Poessinger
xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1x
2020-04-14xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1xsever-sever
2020-04-14op_mode: T2223: convert xml to show_interfaces.pyThomas Mangin
Change all references to vyatta-show-interfaces.pl to use the new python version
2020-04-11Merge pull request #327 from DmitriyEshenko/fix-res-raChristian Poessinger
sstp: T2263: Implement reset feature
2020-04-10sstp: T2263: Implement reset featureDmitriyEshenko
2020-04-10Merge pull request #324 from DmitriyEshenko/fix-res-raChristian Poessinger
pptp: l2tp: T2262: Fix call to function run()
2020-04-10pptp: l2tp: T2262: Fix call to function run()DmitriyEshenko
2020-04-10Merge pull request #230 from DaniilHarun/upstreamhagbard-01
ipoe-server: T2073: reset op-mode command for sessions
2020-04-10ipoe-server: T2073: reset op-mode command for sessionsDaniil Kharun
2020-04-09op-mode: raid: T689: Typo in descriptionViacheslav Hletenko
2020-04-06igmp: T2151:[op-mode] Add clear for igmp/multicastsever-sever
2020-03-31T2188: use ntpq for query NTP daemon infosAndras Elso
2020-03-28pppoe: T1318: add command to show statisticsChristian Poessinger
2020-03-28wwan: T1988: migrate operational mode commandsChristian Poessinger
2020-03-26pim-igmp: T2156: Commands for [op-mode] pim and igmpsever-sever
2020-03-23T2153: fix op_mode traceroute circular referencekroy-the-rabbit
traceroute was calling the cli version of itself instead of the underlying binary
2020-03-23op-mode: move 'show system-integrity' to 'show system integrity'Christian Poessinger
Change is done b/c it is super annoying when tab-completing with system tree and you are permanently hanging in there due to system-integrity.
2020-03-19Merge pull request #247 from DmitriyEshenko/mpls-implChristian Poessinger
mpls: T915: Basic MPLS implementation
2020-03-18mpls: T915: Basic MPLS implementationDmitriyEshenko
2020-03-16vrf: T31: add traceroute support inside VRF contextChristian Poessinger
2020-03-04vrf: T31: make 'show vrf' command behave like other 'show interface commands'Christian Poessinger
- remove the additional depth for querying discrete VRF names - retrieve available VRF names from via <path> from CLI rather then invoking an external script
2020-03-04vrf: T31: initial support for a VRF backend in XML/PythonThomas Mangin
This is a work in progress to complete T31 whoever thought it was less than 1 hour of work was ..... optimistic. Only VRF vreation and show is supported right now. No interface can be bound to any one VRF.
2020-02-25pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and PythonChristian Poessinger
2020-02-23pppoe: T1318: add op-mode commands for link informationChristian Poessinger
2020-02-13op-mode: T2032: "monitor bandwidth interface" shows rate in bpsViacheslav Hletenko
2020-01-08pppoe-server: T1957: Implementation CLI commands for maintenance modeDmitriyEshenko
2020-01-03pppoe-server: T1936: Add reset/control sessions featuresDmitriyEshenko
2019-12-31FRRouting: T1514: Extended FRR restarting functionality and fixed some bugszsdc
This change addressed to fix bug with empty configuration after FRR restarting in some cases and protect from some other potential problems. * added warning and request for confirmation before doing any actions * added a couple of safety checks (already running restart, active watchfrr.sh or vtysh session) * now Python script running via sudo to give us the ability to get processes information and work with all directories and vtysh * moved configuration restoring functionality from frrcommon.sh to Python script, as frrcommon.sh implementation in some cases not load configuration in time, which leads to empty config after * the `/etc/frr/frr.conf` is not used anymore. Instead, we are saving active configuration to the temporary directory
2019-12-27FRRouting: T1514: Added commands to restart FRRouting daemonzsdc
It can be restarted the whole FRRouting (all running) daemons or only selected ones. The configuration is saving during the restart process, so after it, the active config should be the same as before. There are no checks for safety, so responsibility for the results of running command is fully on the operator.
2019-12-22lldp: T393: first op mode command versionChristian Poessinger
2019-12-20igmp-proxy: T1893: add op-mode command to reset processChristian Poessinger
2019-12-18flow-accounting: T1890: flow-accounting rewritten with Python and XMLzsdc
This patch keep compatibility with old configuration and software, but now it is much easier to add a lot of other useful things Completely replaces vyatta-netflow package (except some outdated and not available via CLI parts)
2019-11-23wireless: T1627: initial rewrite of show-wireless.pl in PythonChristian Poessinger
2019-11-23wireless: T1627: add op-mode commandsChristian Poessinger
2019-11-08QAT: T1788: Intel QAT implementationDmitriyEshenko
2019-10-27T1759: Merging interface.py into ifconfig.pykroy