Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-03 | T6527: remove remaining references to Perl | John Estabrook | |
(cherry picked from commit d509db1020f1f18023871f4ff6149352cd69c800) | |||
2024-07-03 | T6527: remove legacy Perl library components | Christian Breunig | |
(cherry picked from commit 069bd35b3cc58e0deeae02d3a7811d29c1ccea3f) | |||
2023-08-23 | save-config: T4292: use vyos-save-config.py | John Estabrook | |
2023-07-09 | T3355: remove legacy code and migrate remains to vyos-1x repo | Christian Breunig | |
2023-05-05 | T671: remove unused executables | Daniil Baturin | |
2022-03-10 | Revert "save-config: T4292: use vyos-save-config.py" | John Estabrook | |
This reverts commit 18e2864769226e39479cf3fc3be2dc5ec67acac1. Revert while investigating failure in vyos-configtest. | |||
2022-03-08 | save-config: T4292: use vyos-save-config.py | John Estabrook | |
2021-01-04 | Remove unused scripts. | Daniil Baturin | |
2020-12-30 | migration: T3161: remove ConfigLoad.pm, all dependents and references | John Estabrook | |
Remove ConfigLoad.pm due to its legacy reference to XorpConfigParser, all dependent scripts: vyatta-boot-config-loader vyatta-config-loader.pl vyatta-load-config.pl (rewritten or obviated), and references in logrotate, Makefile.am, and vyos-router (vyatta-boot-config-loader was kept as a fallback when initially introducing vyos-boot-config-loader.py). | |||
2020-02-12 | dhclient-script: T1987: Moved vyatta-dhclient-hook from vyatta-cfg to vyos-1x | zsdc | |
2020-01-22 | Makefile: define BUILT_SOURCES variable to support concurret builds | bradsoto | |
When running make -jN, make would fail randomly with higher numbers of N. "cli_parse.h not found". This fixes the error. | |||
2018-10-21 | Move systemd mods to /lib directory | UnicronNL | |
Remove redundant my_commit check Do not show output on serial-getty (double output issue) | |||
2018-10-15 | Rework vyos router init (#11) | Kim | |
* Add a systemd vyos.target and split the vyatta-router init script to multiple systemd scripts. * remove ref to cloud-init * Remove vyatta-router init and rename vyatta-router to vyos-initialize. * Install files to correct dirs * try to fix systemd boot issues * Update script names run config load in background to not block systemd * Prevent cat: write error: Broken pipe * Rework vyos startup * add systemd to Makefile.am * Update script name * Fix inclusion of getty conf * Fix indentation | |||
2018-06-24 | T710: move the executables from vyatta-util to vyatta-cfg | Daniil Baturin | |
Do not use a shared library, since nothing else depends, or should depend on it. | |||
2018-06-24 | T684: remove the old config to commands convertor from the makefile. | Daniil Baturin | |
2017-04-27 | include etc/logrotate.d/auth in debian package | Kim | |
2016-02-09 | Use dhcp instead of dhcp3. | Kim Hagen | |
2015-12-17 | Go back to using the apt version comparison for node sorting. | Thomas Jepp | |
2015-12-17 | Remove the dependency on apt. | Thomas Jepp | |
2015-12-16 | Update Makefile.am and configure.ac to properly add GObject linking. | Thomas Jepp | |
2015-11-23 | Build fixes for updated libraries on Jessie. | Thomas Jepp | |
2015-04-03 | Bug #538: add scripts for running user commit hooks. | Daniil Baturin | |
2014-03-10 | Import and adapt Kim Hagen's changes for union-fs support. | Daniil Baturin | |
2013-11-16 | Bug #25: Add template for running conf and op mode commands | Daniil Baturin | |
from shell scripts. | |||
2012-05-15 | Remove vrrp files from Makefile | John Southworth | |
2012-05-10 | Bugfix 8079: fix require sys/ioctl.ph confilcts | John Southworth | |
perl only allows a require to be done once. If it is done in two included modules the module or function in the module used second doesn't have the data in the required file in its scope. To prevent this I created a third module that contains the functions that require 'sys/ioctl.ph' so that there is no longer a conflict. | |||
2012-02-28 | bug fix for 4718 - enhancement that will log commits in syslog for all | Deepti Kulkarni | |
successful (complete) commits for all commit methods. | |||
2011-08-02 | Reorganize the bash completion and command interpreter scripts into easier ↵ | John Southworth | |
to manage chunks. Command interpreter is now in vyatta-cfg-run and common functions have been moved to vyatta-op | |||
2011-06-15 | Bugfix 6767: Syslog any errors from rmmod instead of writing to log file. | Bob Gilligan | |
Also rotate the config related log files under /var/log/vyatta so that they don't fill up the root filesystem. | |||
2011-05-16 | reimplement commit hooks mechanism | An-Cheng Huang | |
* do NOT reinvent the wheel (directory traversal, sorting, script execution, etc.) when the functionality is already provided by the system. * eliminate hard-coded hook directory in various feastures. everyone should obtain the directory path from the config backend. | |||
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-03-02 | clean up commit dead code etc. etc. etc. | An-Cheng Huang | |
2011-02-28 | add config template abstraction | An-Cheng Huang | |
2011-02-23 | compile commit with g++ | An-Cheng Huang | |
2010-12-13 | make the library croak when internal error occurs in perl context. | An-Cheng Huang | |
* extend output/assert mechanism and simplify code. * when handling internal error, automatically detect perl context and croak if the library is used from perl. | |||
2010-12-06 | Add some file common file routines | Stephen Hemminger | |
Perl versions of commonly used backquote escapes. | |||
2010-12-03 | change boot-time config loading to use new implementation in backend. | An-Cheng Huang | |
* add new boot-time config loading script that uses shell API to access backend directly, bypassing wrapper. * use new loadFile implementation in the backend to perform the actual "load" operation (without "commit"). this reduces the "pre-commit" load time by ~60%. | |||
2010-11-29 | disable activate/deactivate for mendocino as discussed. | An-Cheng Huang | |
2010-11-24 | Rename bash completion script | Stephen Hemminger | |
The scripts in /etc/bash_completion.d are not named with number like init files. Also completion script should not be marked executable. | |||
2010-11-24 | Remove unused net_set | Stephen Hemminger | |
Part of earlier effort to use less sudo. Not currently used. | |||
2010-11-11 | continue config parser work | An-Cheng Huang | |
* add parser to package build. * add prefix, error handling, etc. * fix handling of empty and 1-char values in lex. * add API function. | |||
2010-11-10 | switch to new output framework | An-Cheng Huang | |
* change showCfg to use new code. * remove old files. | |||
2010-11-09 | initial rework of config output framework | An-Cheng Huang | |
* separate data from algorithm. * prepare for unified input/output framework. | |||
2010-10-27 | Update makefile to reflect moved irqaffin programs | Stephen Hemminger | |
2010-10-07 | moved code for zones to vyatta-zone package | Mohit Mehta | |
2010-08-26 | new implementation for config output | An-Cheng Huang | |
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code. | |||
2010-08-24 | add extensible node sorting mechanism | An-Cheng Huang | |
* unify node sorting implementation into the backend library. * allow future implementation of per-node, customized sorting policy. | |||
2010-08-11 | add symlink for shell API binary | An-Cheng Huang | |
2010-08-10 | add functions to shell API | An-Cheng Huang | |
2010-07-28 | add cstore-specific header file | An-Cheng Huang | |