Age | Commit message (Collapse) | Author |
|
Bug 6853
Handle OID format when ifIndex is 10 or greater.
Needed to fix regex parsing.
Also allow symbolic OID.
|
|
Bug 6818
The regex to extract wireless name was incorrect.
Recode for clarity rather than adding more complex regex.
|
|
Bug 6861
Fix submitted by devolish <ole.myhre@dataoppdrag.no>
|
|
Bug 6845
Warn (and ignore) attempt to assign IRQ directly on multiqueuej
NIC.
|
|
Bug 6837
Xen does not behave like normal hardware. It assigns a random MAC
address (with local bit set).
|
|
Can't do it early in boot because ipv6 module may not be loaded.
|
|
Bug 6243
More complete validation of host name and domain name
|
|
Bug 6784
No point in trying to force affinity if device is offline.
|
|
Adapt to irq naming convention in 2.6.37 kernel for vmxnet3 driver.
|
|
Bug 6784
Disabled device has no IRQ, so don't change it.
|
|
The net-snmp has snmpd.init script which is installed in standard
place. Invoke it with standard mechanism to avoid any security or
other problems. Also allows debugging snmpd by changing /etc/default/snmp.
|
|
The initial CPU selection function needs to take hyperthreading
into account.
|
|
It appears that biosdevname can be confused if interface renaming is
being performed by other udev worker processes at the same time that
it is running. Since vyatta_net_name does protect the body of its
code with a lock, we can be sure that no other renaming will be
started in other udev worker processes while this one is running in
vyatta_net_name. But renaming being performed by other udev worker
processes that were triggered by previous executions of
vyatta_net_name may still be in progress. This change gives any
interface renaming that was called for by previous invocations of
vyatta_net_name a chance to complete before we call biosdevname.
(cherry picked from commit 9dd41e8481e84bf80fcb0e9c3d7843c8a0b20059)
|
|
(cherry picked from commit a943568e64bca73bb2951e968d0cc752d72874ab)
|
|
* do not execute config-mode actions when called from op-mode
(cherry picked from commit c385ddc400788eff46f10fea6b57b593607dc290)
|
|
(cherry picked from commit 8529fbe7ed23023e936f5c7cab9663007d0476d3)
|
|
work with sync groups.
(cherry picked from commit 34972b97e834d66147e91c071a1c1caabe18f76f)
|
|
Bug 6726
Typo in vyatta-address script conversion from perl to shell
(cherry picked from commit 4a319dd3a0aa95a92067fa677ad2e5d94534044b)
|
|
Bug 6718
On livecd config.boot does not exist yet, so no existing
hw-id mappings.
(cherry picked from commit 37bbcaef6083a843cb3dd9976854a30ab7cebe16)
|
|
Put more messages in to help debug current problem and future ones
(cherry picked from commit 8cc21571cb4efde31f3cf6b58ad8e3d80d4487cf)
|
|
Log to file /dev/udev/net-name.log since that is available tmpfs
(cherry picked from commit 15ce02d66348ed35308f5813991e171d74561248)
|
|
This reverts commit b1af934db367d589cf7c78b84e2181a1e72b2aaf.
Loggging to /var/log does not work during boot. The root filesystem
is read-only when udev is running this script.
(cherry picked from commit 47301dbc029652f97847c9288d58c951db56d916)
|
|
This restores logging that we had in the previous release, which has
proven useful in troubleshooting interface renaming problems.
|
|
Bug 6663
(cherry picked from commit fa7d81f125033b7ed4bd549eb6905918612a6877)
|
|
(cherry picked from commit f2ff192de653b5540c9a3e51cf4d1cf19d527e4e)
|
|
The wanpipe config files are managed by the vyatta-serial package. So this
package should not touch them.
(cherry picked from commit 256bf73dda76b68fe756c5299b0732336dc60e8a)
|
|
(cherry picked from commit 5de8a194db56c51c9e5541cca43423f11534ffb7)
|
|
In the new version of biosdevname (version 0.3.4), the default policy
generates interface names of the form "em1". That's not the naming
convention that we use. The "all_ethN" policy does use the traditional
ethernet naming convention.
(cherry picked from commit f05a91c02e27bb19717ddf8e1ffc07ed7b1bbbc5)
|
|
|
|
The problem was due to incorrect initialization of the $q and $cpu
variables. Their initializations were reversed.
|
|
|
|
is manually restared with "restart vrrp" command.
- Move all commit checks into script on end node.
- Add separate function for conntrack-sync settings.
- Do per instance validation at the right priority level.
- Verify that the changes file is removed on final transaction.
|
|
Bug 6551
Need to handle case where console=ttyS0,9600
is at end of line
|
|
Put function in common code.
|
|
Now part of lib/Vyatta/Misc.pm module
|
|
|
|
|
|
Since inittab allows up to 4 characters for id field, allow 1000
entries.
|
|
Bug 3849, 2289, 4126
Adds configuration of serial console:
set system console {
device ttyS0 {
speed 19200
}
device ttyACM0 {
speed 57600
type modem
}
}
This covers the cases of deleting serial console, changing speed,
and allowing modem console devices
|
|
Bug 6407
Allow configuration commands to create files in /var/run/vyatta
without being root.
|
|
Need to cleanup breadcrumb files on boot.
Fix spellin errors
|
|
The progress bar for copy files is nice but slows down the install
because it updates too often
|
|
Some compile and typo errors. Don't capture output, let it flow
through to console. Use exec to get correct error code from dhcpv6
client program.
|
|
Interface addresses are now checked with other code.
|
|
Perl is no longer used for syntax checks, instead put duplicate address check
into commit.
|
|
When system is booted with newly detected wireless device, both
the hw-id and physical-device need to be setup.
|
|
The code to match on locally assigned bit had a bad regex.
Use conversion to hex and mask instead.
Also don't allow multicast address bit.
|
|
The test for mixing dhcp and static ipv4 could cause perl warning
from comparing undefined with numeric.
|
|
The special tunnel device gre0 (etc) are created by module when installed.
If the the device is deleted directly then following attempts
to create tunnels will fail. The proper way to cleanup is to
remove the module which will remove the special device and save memory.
|
|
Bug 6445
Biosdevname program converts everything to eth devices.
|