summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-21Add some documentation for vyos.versionDaniil Baturin
2018-06-20Initial API documentation for vyos.config.Daniil Baturin
2018-06-20Add docs target to the makefile.Daniil Baturin
2018-06-20Add a sphinx setup.Daniil Baturin
2018-06-16Set the license of all vyos.* libraries to LGPLv2+.Daniil Baturin
2018-06-15T697: add missing dependencies moved from cfg-system: snmp, snmpd, ↵Daniil Baturin
openssh-server, ntp, iputils-arping.
2018-06-14T697: add dependencies on lsscsi, pciutils, and usbutils for the op mode ↵Daniil Baturin
scripts.
2018-06-14Merge branch 'snmp-op-mode' into currentChristian Poessinger
* snmp-op-mode: T683: Initial version for SNMP op mode command definition in XML
2018-06-14T683: Initial version for SNMP op mode command definition in XMLChristian Poessinger
2018-06-13T689 followup: move the Maya date script to vyos-1x.Daniil Baturin
2018-06-13Merge pull request #14 from runborg/currentDaniil Baturin
T689: Converting simple op-mode commands from vyatta-op to new syntax
2018-06-13Add nose and coverage to build dependencies.Daniil Baturin
2018-06-13Add the python/ dir to PYTHONPATH for running tests.Daniil Baturin
2018-06-09Migrate away from vyatta-config-gen-sets.plRunar Borge
2018-06-09migrate away from vyatta-cpu-summary.plRunar Borge
2018-06-09Migrate away from vyatta-interfaces.plRunar Borge
2018-06-09Merge branch 'current' of git://github.com/vyos/vyos-1x into currentRunar Borge
2018-06-08Stop using 'vyatta-interfaces.pl' in ned XML interfaceChristian Poessinger
2018-06-08Move the version.json file used by newer code to /usr/share/vyosDaniil Baturin
2018-06-08T689: add a basic library for working with network interfaces and support ↵Daniil Baturin
for interface types to the completion script.
2018-06-08T689: Changed syntax on 'show arp XXX' to 'show arp interface XXX' to be ↵Runar Borge
compatible with the new parser
2018-06-08snmp.xml: make help messages match net-snmp namingChristian Poessinger
2018-06-08T652: import SNMP keys from volatile into nonvolatile locationChristian Poessinger
2018-06-08T689: Removed less from commands in show hardware. using system pager insted.Runar Borge
2018-06-08T689: Added missing show-configuration-files.sh wrappwe scriptRunar Borge
2018-06-08T652: user encrypted-key not possible without engineidChristian Poessinger
2018-06-08T689: add a new script for 'show hardware cpu summary'.Daniil Baturin
Since the format is common in /proc, make parsing the data a library function.
2018-06-08T689: updated edge nodes to leafNode instead of node.Runar Borge
2018-06-07T689: op_mode script for 'show disk X format'Runar Borge
2018-06-07T689: Convert shwo configuration to new syntaxRunar Borge
2018-06-07T689: Convert show raid to new syntaxRunar Borge
2018-06-07T689: Convert show hardware to new syntaxRunar Borge
"show hardware pci detailed" renamed to "show hardware pci detail" to follow the syntax of other commands
2018-06-07T689: Convert show users to new syntaxRunar Borge
2018-06-07T689: Convert show bridge to new syntaxRunar Borge
2018-06-07T689: onvert show arp to new syntaxRunar Borge
2018-06-07T689: convert show disks with completion script to new scriptRunar Borge
2018-06-07T689: Convert show date to new syntaxRunar Borge
2018-06-07T689 Convert reboot and poweroff commands to new syntaxRunar Borge
2018-06-07T652: snmp.py: support SNMPv3 write groupsChristian Poessinger
2018-06-06T652: snmp.py: bugfix writing encrypted keys to configChristian Poessinger
... in the past an encrypted key was encrypted again b/c we only used createUser in /var/lib/snmp/snmpd.conf nad not usmUser in addition.
2018-06-06snmp.py: pipe shell output to /dev/null as it was back in the Perl daysChristian Poessinger
2018-06-06T652: snmp.py: listen on all addresses if listen-address is not specifiedChristian Poessinger
2018-06-06Merge branch 'current' of github.com:vyos/vyos-1x into currentDaniil Baturin
2018-06-06T684: add the vyos-config-to-commands script to packaging.Daniil Baturin
2018-06-05T652: snmp.py: convert plaintext-keys into encrypted-keysChristian Poessinger
2018-06-05Merge branch 'current' of github.com:vyos/vyos-1x into currentDaniil Baturin
2018-06-05T684: add bindings for the commands formatter and scripts for converting ↵Daniil Baturin
configs to commands.
2018-06-04Merge branch 't652-rewrite-snmp' into currentChristian Poessinger
* t652-rewrite-snmp: T652: Add SNMPv3 TSM handling and commit verification T655: Add support for SNMPv3 'noAuthNoPriv' security level T652: read SNMPv3 config into python dictionary snmp.py: refactor listen-address config generation T654: Support IPv6 configuration for SNMP listen address T652: first SNMP version using XML interface definition
2018-06-04T652: Add SNMPv3 TSM handling and commit verificationChristian Poessinger
2018-06-04T682: bugfix - added missing sys importChristian Poessinger