Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-16 | nat: T2198: migrate "show nat" commands to XML and Python | Christian 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-01 | op-mode: monitor: traceroute: T2411: add VRF awareness | Christian Poessinger | |
2020-05-01 | op-mode: traceroute: T2129: migrate to top level tagNode | Christian Poessinger | |
2020-04-23 | pppoe: T2223: report the state of pppoe intf | Thomas Mangin | |
2020-04-21 | op-mode: T2348: fix restart dhcpv6 server service name | Jernej Jakob | |
2020-04-19 | openvpn: T2308: fix path to UNIX control socket | Christian 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-17 | Merge pull request #341 from thomas-mangin/T2223 | Christian Poessinger | |
op_mode: T2223: convert vyatta-show-interfaces.pl to show_interfaces.py | |||
2020-04-16 | sstp: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | pppoe: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | pptp: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | l2tp: T2256: Implement control script for operational commands | DmitriyEshenko | |
2020-04-14 | Merge pull request #344 from DmitriyEshenko/ipoe-op | Christian Poessinger | |
ipoe: T2256: Rewrite op-mode commands | |||
2020-04-14 | ipoe: T2256: Rewrite op-mode commands | DmitriyEshenko | |
2020-04-14 | Merge pull request #343 from sever-sever/op-show-bgp | Christian Poessinger | |
xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1x | |||
2020-04-14 | xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1x | sever-sever | |
2020-04-14 | op_mode: T2223: convert xml to show_interfaces.py | Thomas Mangin | |
Change all references to vyatta-show-interfaces.pl to use the new python version | |||
2020-04-11 | Merge pull request #327 from DmitriyEshenko/fix-res-ra | Christian Poessinger | |
sstp: T2263: Implement reset feature | |||
2020-04-10 | sstp: T2263: Implement reset feature | DmitriyEshenko | |
2020-04-10 | Merge pull request #324 from DmitriyEshenko/fix-res-ra | Christian Poessinger | |
pptp: l2tp: T2262: Fix call to function run() | |||
2020-04-10 | pptp: l2tp: T2262: Fix call to function run() | DmitriyEshenko | |
2020-04-10 | Merge pull request #230 from DaniilHarun/upstream | hagbard-01 | |
ipoe-server: T2073: reset op-mode command for sessions | |||
2020-04-10 | ipoe-server: T2073: reset op-mode command for sessions | Daniil Kharun | |
2020-04-09 | op-mode: raid: T689: Typo in description | Viacheslav Hletenko | |
2020-04-06 | igmp: T2151:[op-mode] Add clear for igmp/multicast | sever-sever | |
2020-03-31 | T2188: use ntpq for query NTP daemon infos | Andras Elso | |
2020-03-28 | pppoe: T1318: add command to show statistics | Christian Poessinger | |
2020-03-28 | wwan: T1988: migrate operational mode commands | Christian Poessinger | |
2020-03-26 | pim-igmp: T2156: Commands for [op-mode] pim and igmp | sever-sever | |
2020-03-23 | T2153: fix op_mode traceroute circular reference | kroy-the-rabbit | |
traceroute was calling the cli version of itself instead of the underlying binary | |||
2020-03-23 | op-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-19 | Merge pull request #247 from DmitriyEshenko/mpls-impl | Christian Poessinger | |
mpls: T915: Basic MPLS implementation | |||
2020-03-18 | mpls: T915: Basic MPLS implementation | DmitriyEshenko | |
2020-03-16 | vrf: T31: add traceroute support inside VRF context | Christian Poessinger | |
2020-03-04 | vrf: 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-04 | vrf: T31: initial support for a VRF backend in XML/Python | Thomas 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-25 | pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and Python | Christian Poessinger | |
2020-02-23 | pppoe: T1318: add op-mode commands for link information | Christian Poessinger | |
2020-02-13 | op-mode: T2032: "monitor bandwidth interface" shows rate in bps | Viacheslav Hletenko | |
2020-01-08 | pppoe-server: T1957: Implementation CLI commands for maintenance mode | DmitriyEshenko | |
2020-01-03 | pppoe-server: T1936: Add reset/control sessions features | DmitriyEshenko | |
2019-12-31 | FRRouting: T1514: Extended FRR restarting functionality and fixed some bugs | zsdc | |
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-27 | FRRouting: T1514: Added commands to restart FRRouting daemon | zsdc | |
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-22 | lldp: T393: first op mode command version | Christian Poessinger | |
2019-12-20 | igmp-proxy: T1893: add op-mode command to reset process | Christian Poessinger | |
2019-12-18 | flow-accounting: T1890: flow-accounting rewritten with Python and XML | zsdc | |
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-23 | wireless: T1627: initial rewrite of show-wireless.pl in Python | Christian Poessinger | |
2019-11-23 | wireless: T1627: add op-mode commands | Christian Poessinger | |
2019-11-08 | QAT: T1788: Intel QAT implementation | DmitriyEshenko | |
2019-10-27 | T1759: Merging interface.py into ifconfig.py | kroy | |
2019-10-21 | T1756 More output for WG | kroy | |