Age | Commit message (Collapse) | Author |
|
|
|
This usage is common in firewall code.
(cherry picked from commit 2e676eab9d35e8faf0df8676fc832c3178ff3feb)
|
|
(cherry picked from commit 2c2d2f6e9c3e27a5ab7422ff6b3474ca901de4da)
|
|
re-enable activate/deactivate
|
|
|
|
|
|
* handle possible space in multi-type parsing.
|
|
|
|
|
|
|
|
* fix positional params handling in shell function.
* fix argument handling in perl script.
|
|
|
|
|
|
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.
|
|
|
|
|
|
configuration mode.
|
|
Bug 5506
Missing help line for loadkey
|
|
* 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.
|
|
/* to create a comment */
> comment [PATH-TO-NODE] "my comments"
/* to delete a comment */
> comment [PATH-TO-NODE] ""
|
|
supported.
|
|
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.
|
|
|
|
|
|
Need extra newline
|
|
|
|
|
|
Can skip system config or firewall portions individually.
Can use:
novyatta-configure
novyatta-migrate
novyatta-rl-system
...
|
|
unused
|
|
It is really part of interfaces not vyatta-cfg
|
|
Bug 4386
vyatta-ofr is out of date product name.
|
|
Bug 4604
Add grub option to allow disabling all configuration on boot.
This is useful for debugging and recovery of trashed system.
|
|
This reverts commit ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9.
Conflicts:
Makefile.am
|
|
This is a known upstream kernel bug, but turning off DMA should
solve majority of problem.
|
|
The init script was not technically LSB compliant
|
|
Future versions of modutils ignore files not named .conf, and latest Debian
tools warn about that. Fix it before the bug happens.
|
|
Similar to existing load config.
|
|
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.
|
|
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...
|
|
On normal boot, no changes to config.boot or modes are
needed.
|
|
Rest of Bug 4428
|
|
vyatta config token at end of file. this will prevent the
accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:'
from being saved to.
|
|
|
|
(cherry picked from commit 97cd67eda018db24517ad644d2ad1547fdb52231)
|
|
(cherry picked from commit 6202e7c5f0e8e0657c49e9d8422b6ef45b9ff84b)
|
|
|
|
|
|
|
|
|
|
|