Age | Commit message (Collapse) | Author |
|
Fix memory leak in Cstore perl binding
|
|
The Cstore perl binding (XS) has memory leak bug.
This commit will fix this issue.
All XS should implement "DESTROY" function to free memory,
but this binding haven't this function. It leads memory
leak each time when you call "new Cstore();" in perl code.
Additionally, VyOS Helium standard Perl module
"Vyatta::Config" have a Cstore instance variable, and each
time calling "new Vyatta::Config();" in Perl causes memory
leak due to this issue. Especially, the long-live process
using Vyatta::Config (e.g. vyos-intfwatched) lead to serious
memory exhaustion problem due to this issue.
This patch implements the "DESTROY" function in XS for
Cstore library, and fix this memory leak issue.
|
|
|
|
Update to the earlier fix for the formatting issue with the merge
command when listing the available commands at the top level CLI.
The previous commit caused formatting issues with node level commands,
purely aesthetic.
Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
|
|
Fix a formatting issue with the merge command when listing the
available commands at the top level CLI, purely aesthetic.
Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
|
|
|
|
Expand the matching done in get_ipaddr_int_hash to account for the
fact that the output from "ip addr show" is different for vtun and wan
interfaces; add a separate check for these interfaces.
Bug #35 http://bugzilla.vyos.net/show_bug.cgi?id=35
|
|
|
|
Update the path set when the interface in question is a VRRP so it
points to vrrp vrrp-group vrid rather than vrrp vrid. Along with the
patch for bug #7, this now shows the description correctly for a VRRP
interface.
Bug #130 http://bugzilla.vyos.net/show_bug.cgi?id=130
|
|
|
|
When changes are made to the system by more than one user, only the
first user after a reboot is able to commit successfully, the others
fail with "Failed to generate committed config". This is caused as
a result of the underlying unionfs-fuse mount used for the system
configuration and the fact that a .unionfs directory if left in the
active configuration with permissions set such that only the original
committing user can change them.
Bug #403 http://bugzilla.vyos.net/show_bug.cgi?id=403
|
|
|
|
|
|
|
|
|
|
|
|
Commits for Bug #321 and Bug #333
|
|
Fix for the _ppp_int function so it returns the actual ethernet
interface associated with the ppp device rather than an empty string.
As a result the path function now returns the correct configuration
path for the interface.
Linked to Bug #321 http://bugzilla.vyos.net/show_bug.cgi?id=321
Bug #333 http://bugzilla.vyos.net/show_bug.cgi?id=333
|
|
Update lib/Vyatta/Interface.pm to have consistent identation levels and
style throughout.
|
|
Bug #7: vyatta-cfg: display openvpn interface descriptions after they reset
|
|
When OpenVPN tunnels are taken down and recreated by the OpenVPN
process, any previously set descriptions on the interfaces are missing.
This is caused by the fact that the ifalias for that interface isn't
readded when the interface is recreated.
This patch updates the interface_description function so that it either
returns the current value of ifalias if it's set on the interface, or
uses the value set in the active config if it's present.
Bug #7 http://bugzilla.vyos.net/show_bug.cgi?id=7
Bug #313 http://bugzilla.vyos.net/show_bug.cgi?id=313
|
|
Update lib/Vyatta/Misc.pm to have consistent identation levels and
style throughout.
|
|
|
|
|
|
|
|
|
|
|
|
to config-gen-sets script.
|
|
Use Build-iso to create /etc/fuse.conf file.
Use pipe(),fork(),execl() functions instead of system() function to
call unionfs-fuse.
|
|
can be avoided by adding admin users to the fuse group.
That part is done in the vyatta-cfg-system package.
|
|
Bug #180 save config using scp fails.
|
|
|
|
|
|
Bug #170: Add support for l2tpv3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from shell scripts.
|
|
|
|
vyos-config=/config/something
|
|
That option is used to disable specific init scripts, e.g
no-vyos-migrate disables config migration.
|
|
|
|
|
|
|