Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-02 | Add hook to call config mode 'compare' | Stig Thormodsrud | |
2010-10-18 | Pull the little run_init hack out | Stephen Hemminger | |
2010-10-14 | Have init reread inittab after config | Stephen Hemminger | |
Need to have init re-read configuration but only after Vyatta config (to avoid dropping serial login) | |||
2010-10-13 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-10-01 | Pass optional commit comment through commit to commit hooks. | Stig Thormodsrud | |
2010-09-24 | cleanup | An-Cheng Huang | |
* set help string only if available. * use "builtin" explicitly. | |||
2010-09-08 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
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-18 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-08-12 | remove unneeded env variables | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-07-28 | Ignore run_init unless running in selinux | Stephen Hemminger | |
2010-07-28 | Add range and ipv6range as val_help types | Stephen Hemminger | |
This usage is common in firewall code. (cherry picked from commit 2e676eab9d35e8faf0df8676fc832c3178ff3feb) | |||
2010-07-27 | handle single quotes in comp_help | An-Cheng Huang | |
(cherry picked from commit 2c2d2f6e9c3e27a5ab7422ff6b3474ca901de4da) | |||
2010-07-22 | first commit to mendocino! | Michael Larson | |
re-enable activate/deactivate | |||
2010-07-21 | change quoting | An-Cheng Huang | |
2010-07-21 | output comp_help in addition to normal help | An-Cheng Huang | |
2010-07-21 | fix for bug 5887 | An-Cheng Huang | |
* handle possible space in multi-type parsing. | |||
2010-07-21 | support ipv4range and ! in val_help | An-Cheng Huang | |
2010-07-15 | allow escaping literal strings | An-Cheng Huang | |
2010-07-14 | separate val_help parsing from eval | An-Cheng Huang | |
2010-07-08 | fix for bug 5803 | An-Cheng Huang | |
* fix positional params handling in shell function. * fix argument handling in perl script. | |||
2010-07-02 | remove activate/deactivate from cli command completion and help. | Michael Larson | |
2010-06-29 | Don't let bind mount of /boot happen on livecd. | Bob Gilligan | |
2010-06-26 | Bugfix 5512: Bind mount /boot and /boot/grub on image-installed systems. | Bob Gilligan | |
On image-installed systems, the /boot directory comes from the read-write overlay. Its contents are not used by grub to boot the system. This change mounts the per-image boot directory onto /boot, and the system-wide grub directory onto /boot/grub. | |||
2010-06-22 | add val_help mechanism | An-Cheng Huang | |
2010-06-17 | add boot hook script. | Michael Larson | |
2010-06-03 | Fix 1452: Add warning prompt to save configuration when exiting ↵ | Stig Thormodsrud | |
configuration mode. | |||
2010-06-02 | Fix missing help text | Stephen Hemminger | |
Bug 5506 Missing help line for loadkey | |||
2010-05-14 | POC implementation of unified enumeration mechanism | An-Cheng Huang | |
* use "enumeration" template field for both CLI completion and GUI2 enumeration support. * CLI completion now uses enumeration if it exists. * add "existing-interfaces" script as an example. | |||
2010-05-14 | initial checkin of comment feature for cli. | Michael Larson | |
/* to create a comment */ > comment [PATH-TO-NODE] "my comments" /* to delete a comment */ > comment [PATH-TO-NODE] "" | |||
2010-05-04 | initial working version of activate and deactivate: load,save,show,commit ↵ | Michael Larson | |
supported. | |||
2010-04-13 | fix for bug 2176. | Michael Larson | |
Embedded leaf nodes can now be supported in the cli structure. In additional an arbritrary limit can be set on the number of multinode values allowed. Format in the node.def is: tag: [u32] or multi: [u32] For the special case of a leaf node the value for u32 is 1. In this case the operation applied to the node is to replace the node with the set value. This generates a delete of the old tree structure from the embedded leaf and a set of the new tree structure from the embedded leaf. | |||
2010-03-15 | add hook for boot-time config loading environment | An-Cheng Huang | |
2010-03-11 | run migration as vyattacfg group | An-Cheng Huang | |
2010-02-18 | Fix completion format for loadkey | Stephen Hemminger | |
Need extra newline | |||
2010-02-17 | Add filename completion for keyfile | Stephen Hemminger | |
2010-02-16 | Add completion for loadkey | Stephen Hemminger | |
2010-02-03 | Allow fine grain disabling of vyatta during boot | Stephen Hemminger | |
Can skip system config or firewall portions individually. Can use: novyatta-configure novyatta-migrate novyatta-rl-system ... | |||
2010-02-03 | Remove dead function | Stephen Hemminger | |
unused | |||
2010-02-03 | Move modprobe.d/no-copybreak to vyatta-cfg-system package | Stephen Hemminger | |
It is really part of interfaces not vyatta-cfg | |||
2010-02-03 | Rename vyatta-ofr to vyatta-router | Stephen Hemminger | |
Bug 4386 vyatta-ofr is out of date product name. | |||
2010-02-03 | Allow disabling vyatta config on kernel boot | Stephen Hemminger | |
Bug 4604 Add grub option to allow disabling all configuration on boot. This is useful for debugging and recovery of trashed system. | |||
2009-12-22 | Revert "Workaround issues with floppy formatting on some VM and hardware" | Stephen Hemminger | |
This reverts commit ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9. Conflicts: Makefile.am | |||
2009-12-21 | Workaround issues with floppy formatting on some VM and hardware | Stephen Hemminger | |
This is a known upstream kernel bug, but turning off DMA should solve majority of problem. | |||
2009-12-21 | Fix lintian warning about vyatta-ofr not providing itself | Stephen Hemminger | |
The init script was not technically LSB compliant | |||
2009-12-21 | Move no copy break modprobe file to handle Debian Lintian warning | Stephen Hemminger | |
Future versions of modutils ignore files not named .conf, and latest Debian tools warn about that. Fix it before the bug happens. | |||
2009-12-04 | Add alias wrapper for vyatta-load-user-key | Stephen Hemminger | |
Similar to existing load config. | |||
2009-11-12 | Change options to floppy mount | Stephen Hemminger | |
Try and update floppy synchronously for super block updates. This attempts to address issues where floppy is ejected without unmounting; which is not completely safe. | |||
2009-10-29 | Change how floppy is mounted | Stephen Hemminger | |
This fixes several problems: 1) Only try mounting once which avoids several I/O errors 2) Mount floppy with safer options for security 3) Use more optimum methods to reduce boot time This should really be done by better udev support. But the root of the problem lies in the Debian upstream package maintainer. He is hostile to later advancements, and still maintains a static /dev infrastructure as well as devfs compatiablity! Ubuntu, SUSE, and Redhat have all migrated to creating devices via udev; this would allow floppy device to only exist if floppy is present. And then inserting a floppy could cause udev add event to mount /media/floppy... |