Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-14 | T1273: shorten the debug check. | Daniil Baturin | |
2019-04-14 | T1273: add an kernel command line option to enable debugging on boot. | Daniil Baturin | |
2019-03-13 | Revert "[frr-script] fixing frr-init parameter syntax" | hagbard | |
This reverts commit 0eab765d5ad24f7fb4dd722ac20d370f708379f0. | |||
2019-03-13 | [frr-script] fixing frr-init parameter syntax | hagbard | |
2019-03-12 | Update the startup script for FRR post 7.0 start procedure. | Daniil Baturin | |
2019-01-02 | T1146: run postconfig scripts from vyos-router startup script to force ↵ | Daniil Baturin | |
correct ordering. | |||
2018-11-12 | T969: bind mount /boot before config.boot is loaded so that GRUB config can ↵ | Daniil Baturin | |
be modified by config scripts. | |||
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-18 | Create the status file at the correct moment. | Kim | |
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-09-01 | T731: fix use of uninitialized value in concatenation | Christian Poessinger | |
2018-06-05 | T684: remove the old config to command convertor.lithium | Daniil Baturin | |
2017-11-03 | T281: Support 'http' permanent redirects (code 301) | Christian Poessinger | |
This enables fetching a VyOS config from a http://foo/bar URL even when http://foo/bar is a permanent redirect to https://foo/bar. | |||
2017-11-03 | T281: Validate error codes for 'http' and 'https' | Christian Poessinger | |
2017-11-03 | T281: Add https support to the load command | Christian Poessinger | |
2016-02-09 | Use dhcp instead of dhcp3. | Kim Hagen | |
2015-10-25 | Prevent grouping from capturing | Leon Messner | |
2015-10-25 | Bug 584 - Allow sftp as copy and commit-archive location destination. | Leon Messner | |
2015-07-11 | vyatta-cfg: formatting changes for style consistency | Alex Harpin | |
Perltidy run on scripts/vyatta-config-loader.pl and scripts/vyatta-save-config.pl to have consistent identation levels and style throughout. | |||
2015-04-09 | Bug #538: run user commit hooks as vyattacfg group member. | Daniil Baturin | |
Fix wrong placement of the post-commit script. | |||
2015-04-03 | Bug #538: add scripts for running user commit hooks. | Daniil Baturin | |
2014-07-02 | Bug #251: add dirty hack for taking config from stdin | Daniil Baturin | |
to config-gen-sets script. | |||
2014-04-22 | Bug #180 save config using scp fails. | Hiroyuki Sato | |
2012-07-13 | Fix syslog level for commit messages | Stephen Hemminger | |
Bug 8208 The log level should be notice not alert. Also, the script doesn't depend on anything in Vyatta config or other Vyatta perl libaries. | |||
2012-07-13 | Optimize commit logging | Stephen Hemminger | |
Bug 8190 Use perl functions rather than going out to shell | |||
2012-04-04 | Fix perlcritic warnings in strip migration comments | Stephen Hemminger | |
2012-03-01 | Fix curl command in save | John Southworth | |
2012-03-01 | Bugfix 7555: Allow users to import ssh keys when running 'save' | John Southworth | |
2012-03-01 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg into oxnard | John Southworth | |
2012-03-01 | Bugfix 7555: Allow users to import keys when using the 'load' command from ↵ | John Southworth | |
config mode | |||
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-07-26 | Bugfix 7374: remove redundant calls to commit on boot | John Southworth | |
2011-07-15 | Bugfix 7331: better fix for the bug | John Southworth | |
(cherry picked from commit fdac525b7596f1b18c201bdcd5923d3e76453ebd) | |||
2011-07-15 | Don't allow users to set migration comments | John Southworth | |
(cherry picked from commit 9f1ff5427e0f72f2bded287be6e1d4cf442945cb) | |||
2011-07-15 | Bugfix 7331: Napa timeframe fix for config migration commment bug. Will ↵ | John Southworth | |
investigate if this is a viable long term fix or if we want to find another way to ignore migrated comments for oxnard (cherry picked from commit 5aeb46dbdb903a1921bd38e5bfc1acd53cd08c6a) | |||
2011-06-15 | Bugfix 6767: Move log files from /tmp to /var/log/vyatta. | Bob Gilligan | |
2011-05-04 | Fix Bug 7010 Update commands to save/retrieve files from /config | Mohit Mehta | |
* use shorter /config path when presenting configuration directory to users | |||
2011-04-13 | fix for bug 6996 | An-Cheng Huang | |
* add "ignore-edit" option for config output. * ignore "edit level" when saving config file. | |||
2011-03-08 | Remove accidental usage of perl prototype in usage | Stephen Hemminger | |
Perl prototypes are a misfeature and should not be used. | |||
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-12-02 | change "load" to use new backend loadFile implementation. | An-Cheng Huang | |
* export loadFile through perl API. * "load" operation is now handled by the backend library. | |||
2010-12-02 | remove comment/activate/deactivate from load-config.pl. | An-Cheng Huang | |
* remove broken comment handling from script. "comment" for load is now handled in the library. * remove activate/deactivate handling from script. need to reimplement pending re-design. | |||
2010-12-01 | clean up merge argument processing | An-Cheng Huang | |
2010-11-30 | Propgate error code from my_commit in command wrapper | Stephen Hemminger | |
2010-11-29 | Fix 6362: "show configuration cmds" actually returns set commands for saved ↵ | Stig Thormodsrud | |
config.boot instead of running config | |||
2010-11-24 | Change config-loader error message handling and logging | Stephen Hemminger | |
Put more information in the log, including timestamp. Put elapsed time in syslog Redirect both stdout and stderr to the log file. | |||
2010-11-24 | Use exec to get proper exit status | Stephen Hemminger | |
No need to save exit code and then call exit. Use 'exec' to get tail recursion style optimization of shell functions. Also, rename the log file for commit for /tmp/bar to something we might actually want to tell customers about. | |||
2010-11-23 | Add COMMIT_VIA environment variable. | Stig Thormodsrud | |
2010-11-19 | Simplify check for if there are changes to commit after load/merge. | Stig Thormodsrud | |
2010-11-19 | Fix 6434: load asks to use 'commit' to make changes active even when nothing ↵ | Stig Thormodsrud | |
has changed |