summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-22lldp: T393: 'snmp enable' must be <valueless/>Christian Poessinger
2019-12-22lldp: T393: legacy-protocols must be <valueless/>Christian Poessinger
2019-12-22Debian: lldp: T393: add lldpd dependencyChristian Poessinger
2019-12-22lldp: T393: rename XML interface definition to xml.inChristian Poessinger
2019-12-22Revert "[LLDP] Remove the lldp.xml interface definition to avoid template ..."Christian Poessinger
This reverts commit 6b2028e5a40cc435875c2b516b81a2a84ecc6ee0.
2019-12-22.gitignore: add 'debian/.debhelper' patternChristian Poessinger
2019-12-20Debian: add 'cron' package dependencyChristian Poessinger
2019-12-20igmp-proxy: T1893: add op-mode command to reset processChristian Poessinger
2019-12-20igmp-proxy: T1893: verify that proxy interface existsChristian Poessinger
2019-12-20igmp-proxy: T1893: rename 'interface' dictionary key to 'interfaces'Christian Poessinger
2019-12-20Merge pull request #189 from zdc/T1890Christian Poessinger
flow-accounting: T1890: fixed scripts permissions and added dependency from pmacct
2019-12-20Merge remote-tracking branch 'upstream/current' into T1890zsdc
2019-12-19flow-accounting: T1890: add missing pmacct dependencyChristian Poessinger
2019-12-19flow-accounting: T1890: fixed scripts permissionszsdc
2019-12-19Merge pull request #188 from zdc/T1885Christian Poessinger
vyos-hostsd: T1885: Fixed crash if stdout PIPE connection lost
2019-12-19vyos-hostsd: T1885: Fixed crash if stdout PIPE connection lostzsdc
In case if stdout PIPE were lost (for example, after systemd-journald restart), using print() will raise the exception. This patch replaces print() to logging function, which is not sensitive to this problem. This makes vyos-hostd resistant to stdout disconnection, but of course, all logs after stdout disconnection will be lost.
2019-12-19Merge pull request #187 from zdc/T1890Christian Poessinger
flow-accounting: T1890: flow-accounting rewritten with Python and XML
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-12-18snmp: T1881: Add path for ext-scripts without pathDmitriyEshenko
2019-12-18Jenkins: adjust to new Debian Buster buildChristian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/vyos-1x into currentvyos/1.3dev0Christian Poessinger
* 'equuleus' of github.com:vyos/vyos-1x: T1873: DHCP: add current year to copyright notice T1873: DHCP: fix service name in op-mode "show dhcp" T1873: DHCP: ship our own server init scripts vyos.config: T1862: restore regex after merge equuleus: T1862: Use regex pattern \s+ to split strings on whitespace [vyos.config] T1758: adjust regex for change in Python 3.7 Jenkins: Docker: always pull container from Dockerhub ssh - T1719: ssh deprecated options removed Jenkins: assume dependencies are available in Docker container Jenkins: fix httpURI in isCustomBuild() openvpn: T1617: bugfix for server push-route openvpn: T1548: remove authy 2fa provider update Jenkins file for equuleus igmpproxy: remove init script which is already provided by Debian Buster
2019-12-17Revert "Jenkins: T1870: fetch pull request refs from GitHub"VyOS_1.2-2019Q4Christian Poessinger
This reverts commit fa5447f6c9850756cb7e1acb499fd60b749dfcaa.
2019-12-17Revert "Jenkins: T1870: adjust branch pointer"Christian Poessinger
This reverts commit 1f810cbd0abd8bb5c9c7a499a253b0c2ddd36b70.
2019-12-17Revert "Jenkins: T1870: only use pull request refspec"Christian Poessinger
This reverts commit 325b3fd14ce7a021ad347231a768f992b97b6804.
2019-12-17Revert "Jenkins: T1870: add 'PR-' prefix to pull request refspec"Christian Poessinger
This reverts commit de2716ae67a8d88886686fbd7e8db33b6e1a5ebd.
2019-12-17snmp: T1881: add S_IRGRP to snmp script file permission setChristian Poessinger
2019-12-17snmp: T1881: Change permission for script filesViacheslav Hletenko
2019-12-16Merge branch 'current' into equuleushagbard
2019-12-16service-pppoe: T1878: option pppoe single-session implementationhagbard
2019-12-16service-pppoe: T1878: option pppoe single-session implementationhagbard
- renamed files to fit the schemas in the directories
2019-12-15dynamic-dns: T1879: extend XML validatorsChristian Poessinger
2019-12-15dynamic-dns: T1879: extend valueHelp stringsChristian Poessinger
2019-12-13Merge pull request #182 from jjakob/equuleusChristian Poessinger
2019-12-13T1873: DHCP: add current year to copyright noticeJernej Jakob
2019-12-13T1873: DHCP: fix service name in op-mode "show dhcp"Jernej Jakob
2019-12-13T1873: DHCP: ship our own server init scriptsJernej Jakob
2019-12-12Jenkins: T1870: add 'PR-' prefix to pull request refspecChristian Poessinger
2019-12-12Jenkins: T1870: only use pull request refspecChristian Poessinger
2019-12-12Jenkins: T1870: adjust branch pointerChristian Poessinger
2019-12-12Jenkins: T1870: fetch pull request refs from GitHubChristian Poessinger
2019-12-12ethernet: T1637: do not delete VIFs on every commitChristian Poessinger
A delta-check problem caused the deletion of each and every VLAN interface when anything under an interface has been changed. This also cause PPPoE session interruptions.
2019-12-11vyos.config: T1846: ignore edit level when obtaining running configJohn Estabrook
In addition to ignoring edit level for the session config (12a21a4b), the running config should be parsed from the top level.
2019-12-11Merge pull request #181 from elbuit/currentDaniil Baturin
convert from node.def to xml enhancement
2019-12-10scripts: import: T1836: add regex filter for condition importAntonio Cuñat Alario
Add import multiple values to a regex xml expression
2019-12-10scripts: import: T1836: fix XML exportAntonio Cuñat Alario
Fix export xml interfaces from node.def where node.tad doesn't have a node.def file
2019-12-10vyos.config: T1862: restore regex after mergeJohn Estabrook
2019-12-10Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-1x: T1843: fix proxy URL handling when running through GCC preprocessor
2019-12-10T1843: fix proxy URL handling when running through GCC preprocessorChristian Poessinger
Newer GCC version (8.3 in Debian Buster) no longer support the -ansi option as in GCC 4 used in Debian Jessie. Thus the URL which is used as regex for the proxy must be escaped properly - else the // in the URL is treated as C++ comment.
2019-12-10Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-1x: T1855, T1826: Restore support for reboot/poweroff in M minutes. vyos.config: T1764: allow for list argument to exists, in value case vyos.config: T1846: ignore edit level when obtaining working config T1843: use include files for interface proxy-arp-pvlan option T1843: use include files for interface proxy-arp configuration T1843: use include files for interface arp-cache-timeout configuration T1843: use include files for interface link-detect feature T1843: use include files for interface MTU size T1843: use include files for interface MAC address T1843: use include files to disable interface (admin down) T1843: use include files for interface description T1843: use include files for DHCP/DHCPv6 options T1843: recursively include IP address definitions in VIF/VIF-S definitions T1843: add support for recursive includes T1843: use include files for VIF/VIF-S interfaces T1843: use include files for IPv4/IPv6 interface address configuration T1843: run interface-definitions though GCC preprocessor
2019-12-09T1855, T1826: Restore support for reboot/poweroff in M minutes.Daniil Baturin