Age | Commit message (Collapse) | Author |
|
|
|
Old Vyatta had a possibility to issue log entries to the users console based
on a service.
Examples:
* monitor dhcp background start | stop
* monitor lldp background start | stop
* monitor openvpn background start | stop
Somehow they not seem to work properly anymore (we are not certain if they
ever did work properly)
The maintainers decided to drop the op-mode CLI nodes from vyatta-op package in
order to get rid of all the legacy code.
In a subsequent task we might wan't to re-add this capability under the more
"industry standard" command terminal monitor.
|
|
A quick fix for "monitor nat source|destination translations"
Due to old Perl script "vyatta-nat-translations.pl" was deleted and
to return it requires an additional Perl packages (XML::Simple module)
There is no sense to do it until we'll rewrite it to Python
So a compromise solution is show conntrack events 'conntrack' itself
|
|
Additionally notify when monitoring firewall/NAT instances that only
rules with logging enabled are monitored.
|
|
|
|
|
|
(cherry picked from commit 2aa587b32efc6d64dd0f8efcad451aff59279b00)
|
|
(cherry picked from commit 8a1c2a082a43dedd4cb29872f663e98d3c797877)
|
|
(cherry picked from commit f2b1229509cedbc5d201afb83a73dd142f98ddda)
|
|
(cherry picked from commit b906651c85a7bf45c715727b2099151f08762ec8)
|