Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos/vyatta-cfg-system

Vyatta system-level configuration templates/scripts
https://github.com/vyos/vyatta-cfg-system

Speed up install-system progress bar

The progress bar for copy files is nice but slows down the install
because it updates too often

b4ed443fc05c38067ab33346156f6903732f9419 authored about 14 years ago
0.19.11

78e2486746e9ab788895bea941beeace7e11dc10 authored about 14 years ago
Fix dhcpv6 client script

Some compile and typo errors. Don't capture output, let it flow
through to console. Use exec to ...

281f23011eb00ec7b5c4a0e198c5373eec8a0059 authored about 14 years ago
0.19.10

d345b4bb0ab8471f14c4da441662270f1a265219 authored about 14 years ago
Remove old code for address insertion/deletion/validation

Interface addresses are now checked with other code.

faae20c0404f7ffc1c7ee0241d451f754e684c59 authored about 14 years ago
Add duplicate address check on commit

Perl is no longer used for syntax checks, instead put duplicate address check
into commit.

6dae0ea064866ed0fc4a09da716601435c2f318b authored about 14 years ago
Add dhcpv6 options for all interfaces that support DHCP

DHCPv6 is not restricted to ethernet only anymore.

535038b0a269f19c58ed1be3b4aafba66877ae2e authored about 14 years ago
0.19.9

d9183649e3a5a297c816c4c0ecf8f5250964656f authored about 14 years ago
Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino

b88f20567219686be5a024b6ce0ceaf849712654 authored about 14 years ago
Automatically configure physical device for wireless interfaces

When system is booted with newly detected wireless device, both
the hw-id and physical-device ne...

fdef8b73c4208d97c2d799bde3dd837a871e9666 authored about 14 years ago
Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino

93097c2dc51c8b7b2b4e75f274622b2259477bba authored about 14 years ago
Fix interface scanning on boot - allow more mac addresses

The code to match on locally assigned bit had a bad regex.
Use conversion to hex and mask instea...

f790ecbc1151161be94f83f2a30258ff32ecfef9 authored about 14 years ago
0.19.8

da3ce0147736b98d0b9861693b73d598c2968906 authored about 14 years ago
Fix use of undefined in comparison

The test for mixing dhcp and static ipv4 could cause perl warning
from comparing undefined with ...

a82b23badec73f6da6cff5337b5ebf18856b39b6 authored about 14 years ago
0.19.7

051a4f5cc9b9f9f89d45a78724457973bbcb59e3 authored about 14 years ago
Remove module rather than deleting link device

The special tunnel device gre0 (etc) are created by module when installed.
If the the device is ...

8b4aeb237248b744fe8314da772890d96bf24f18 authored about 14 years ago
0.19.6

713fd8af92085f132da2b52708e7c3a3588cabf4 authored about 14 years ago
Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino

313756ea1d798fdc62359c677e472da25decde7a authored about 14 years ago
Don't let biosdevname look at wireless devices

Bug 6445
Biosdevname program converts everything to eth devices.

5b2eaa7a12860c7e83fe20d1ae1888b5d4582d07 authored about 14 years ago
0.19.5

e4cf3671127cf7e2c8621f20f8c6569ff26f6ba7 authored about 14 years ago
Fix tunnel cleanup script

Lots of errors in original version.

2c3ddde8f8f6ca2eba49c35ee3729db85b02139f authored about 14 years ago
0.19.4

c343feaf28007d9f0f34bc4fe854a200dae9bce2 authored about 14 years ago
Revert "Don't need to rename vlan devices"

This reverts commit c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.

20e85051040f6406f4de5fe9b167cc07a4121817 authored about 14 years ago
Fix range checking on bridge port priority is limited to 0-63

Bug 5864
The STP port priority field is limited to a smaller range to allow
more ports on the Li...

ff2ba654b8dbf1c92022c8fa95c6fd89b15f64ad authored about 14 years ago
Add cpufrequtils default config file

If cpufrequtils is installed, then want the default to be full performance.

2b96631fa56943b728bb670e0ca016ccde8cd517 authored about 14 years ago
0.19.3

96700ba4c5c8acc2aecddbe68e9af8adf95850a3 authored about 14 years ago
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino

61fa9efdf886c5b47644d68ecc99cac2d4cf673a authored about 14 years ago
Remove check function from keepalived perl script

No longer need check-vip option since the type checking is done
in template

ce0724444cca9f005925786d8523832e10357430 authored about 14 years ago
Use unlink rather than system() to remove files in keepalive script

Faster to use perl to remove file than going out to shell.

01d4c9c6e8c5e7b20ff1bd7372417b086af8f301 authored about 14 years ago
Use sockets to check if IP address is local

Much faster to user perl sockets to test if IP address is okay,
rather than scanning ip addresses.

e92206f19635c1a64afd0be16f5cda1a08b184c6 authored about 14 years ago
Improve performance of syntax checks for vrrp address

Use CLI (ipv4,ipv4net) and new address validator to check addresses for VRRP.

1e3cbfb3c29d9a0e4390e7901551a592d981489b authored about 14 years ago
Make scripts executable

ab1c18fa483f99206e52347a41b66e3f52ccd748 authored about 14 years ago
Don't need to rename vlan devices

Avoid calling vyatta_net_name on vlan's

c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba authored about 14 years ago
typo in tunnel cleanup

1905a4cefe161e83b1c35558d2354a6c9f987e3d authored about 14 years ago
Bonding should have same VRRP rules as Ethernet

ec786d590f2ca9cb48e0992b9118f29c39b71683 authored about 14 years ago
Don't allow zero for VRRP priority or VRID

Bug 5673
Enfore restriction on values per RFC 3678

f3503c4909b9ca8d383e49259b762824cda3fd41 authored about 14 years ago
0.19.1

f7dbc0b9746896b5fc3435d8eb38f2c8c52a73bd authored about 14 years ago
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino

6b5e5b658ad0970f6f15243b0c289730e1c3140a authored about 14 years ago
Optimize lookup of local ip on tunnels

Speeds up boot with lots of tunnels

5b516cbeb01c86707f2bbfe2bcab4b9eca6800be authored about 14 years ago
Use script vyatta-address to set interface

Avoid the overhead of perl compilation of vyatta-interfaces for each
address added. Handle the c...

39a799dac616edd4b42a1b4de2c861f248318e1f authored about 14 years ago
Replace perl address validation with utility

b17d21023482c752c490754a11450d4c41c83607 authored about 14 years ago
Add utilities checking addresses

These are new C language utilites to replace the Perl utility
when checking interface addresses....

cb55706633bda6c5bd7c8391da9193ad0146002b authored about 14 years ago
0.19.2

c9540f337bab52a47315b97be91ec9e7a67b5ed8 authored about 14 years ago
Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into mendocino

c62670948195185b44b2073edcda8b47409f3035 authored about 14 years ago
Bugfix 6457: Don't ask the question if you're not going to like the answer.

92f6f66814c0d9e9a82048ac99cf50d839678dc3 authored about 14 years ago
0.18.21

d1467c353691d9c94311d31d1399f3ca73fab074 authored about 14 years ago
Bugfix 6101: Make a syslog record when a new image is added.

91f80c111f756cd03bee41463370d2b40c960641 authored about 14 years ago
Cleanup tunnel slave device on last delete

Need to leave gre0 around for case of multiple tunnels

fb1bf8a2eefbdb467a948688ab388628455ef480 authored over 14 years ago
0.18.20

6a9f575f6530e753baaa1dd66b9befd119695ed5 authored over 14 years ago
When removing tunnel, remove encapsulation device

Bug 4608

e590c623c8ecec1846fe6977a4234b18d8d26b9f authored over 14 years ago
Bring tunnel down before deleting

This is necessary to get routing protocols and proper cleanup

048b51be982dce748fdefd1f4ba9f4df5816ba80 authored over 14 years ago
0.18.19

81fe2a8357388ae9c73bb12f9b9574fcc9f894db authored over 14 years ago
Fix help for syslog

Bug 5396
Make it clear that 'syslog file' takes a file name not a full path.
Also make help text...

7b4251587a2465eccd511746c74bbe612d5434bf authored over 14 years ago
Add syntax check for bridge interface name

Put in check for brN in bridge-group bridge.
And make syntax error for bond-group better

d7eaacabf16cd8ec8d23e0d1c0f6471707e07c88 authored over 14 years ago
Add more checks for bridge/bond conflicts

Don't allow putting bridge port into bond-group (and vice-versa).

408b00b6b3caf284592f561fbf6bc5a04a163187 authored over 14 years ago
0.18.18

6ec63ce719500b97423975e2488c605f44d8b644 authored over 14 years ago
Cleanup bond-group syntax and commit checks

Move check for address and state of slave to commit which
allows for better error message.

2e958dfd2787cb7a347213d6c665fd03ab976a63 authored over 14 years ago
Cleanup bridge port management

Consolidate bridge port management into a single perl script.
Done to fix the following bug.

Bu...

e7de8b95b1ba4e50abaa62013e84baa98ecdefa4 authored over 14 years ago
Add check for interface address before putting it in bonded device

Bug 4745
Don't allow interface with address to be added to bond

112158ad4b7e3a9c2a7060ca6d21e3fc519b53c6 authored over 14 years ago
Add check for adding bridge-group and bond-group when setting address

Bug 4745
Block putting address on interface that is part of a bridge (or bonding).
Address shoul...

b170409fc8117356dc8e53c6a28924a7d4c521ed authored over 14 years ago
0.18.17

465e12c85a8a5db0ecdb5bff7682d1e98e2ddb0e authored over 14 years ago
Add address checks to bonding

Need to have same checks as ethernet for valid address on commit.

bd5b9c9e530931238408cd9034c749193a1e70bb authored over 14 years ago
Remove useless comment

Comment was providing no useful information not already present in the
template.

805121114825148ebfa64c8dbc44411c0013a50f authored over 14 years ago
Allow longer domain-name values

Bug 6243
Change syntax checking for domain name. Don't enforce length restrictions
since that is...

5f69f227f7cf0cb2f60330e9157015abfe25ee8c authored over 14 years ago
0.18.16

dda7d0d8b1d519e2e2ce5e1b3f46bb6a6791a412 authored over 14 years ago
Need to restart telnet if port or listen-address changes

6fdb30af9ca5e6d2a7d6fa394329c68c382dcfbe authored over 14 years ago
Add ability to configure telnet listen-addres

Bug 4452
Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH).
Unlike SSH, t...

f3d8a923cbf42966e4de11d0978f2c9518b90cb3 authored over 14 years ago
Add ability to configure SSH listen address

Bug 2410
Add ability to add configure listen address in ssh_config.

set service ssh listen-ad...

184cb6cb1431acfeec02caadf51fce246141e3cb authored over 14 years ago
Add option to disable host validation (DNS) for SSH

Bug 4970
New CLI control of UseDNS option to sshd_config

set service ssh disable-host-validation

8960375b2a9f11d413152b67f81ca765b157c711 authored over 14 years ago
0.18.15

aa5623e32defe0412c47e38dbf9de5ed2448a975 authored over 14 years ago
update call to error location api.

46fb3cc1c3e7dc2a006c1546a9e3c16ac529ca16 authored over 14 years ago
0.18.14

de1b9799a4f4240d44be342935ded9a1abfabfe4 authored over 14 years ago
Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino

03f1e53107db0dff8e0d75339fafc0b9132027be authored over 14 years ago
Restore IRQ affinity when device is renabled

Bug 5698
When interface transistions back to online, the driver
may have reacquired IRQ's and th...

c43e40ca09a20c1af5706fbe629442138a6dbede authored over 14 years ago
0.18.13

8e4be2a93cb7ee4ace5aaa11862ae021658eaa50 authored over 14 years ago
Add hw-id for existing interfaces to config

If config has interface (without hw-id), then add it on boot.

ba6dc2331c53310ba4e0e8f9cb54717aa7103eb9 authored over 14 years ago
0.18.12

4b8f59856532556d85f54aff259b009a33e14d2a authored over 14 years ago
Move cleanup of serial interface into rl-system.init

This gets rid of separate init file for wan interfaces

c1365a86e5896ff6b7608cc9e85af14239c67bbd authored over 14 years ago
0.18.11

f105fec228b319687812b4295fd545ebe98765df authored over 14 years ago
Fix is_supported_speed matching

Typo in sprintf (perl doesn't have %c).
Also improve error messages.

1e4e24c7a635c76278f48e43ae15d7045d7eb08f authored over 14 years ago
Fix irq-affinity for special cases

Need to handle virtual devices with no IRQ, and older processors
without concept of multi-core.

985778af972d1ec074802604c819663af54e499e authored over 14 years ago
New IRQ affinity script and RPS support

Replace old script with new cleaner script that handles both
IRQ affinity and Receive Packet Ste...

ac9042acae2579b03d39fa6d5b7a8dbef1a8a048 authored over 14 years ago
remove deprecated linda override

500c844e27d7ff989ae73a8cff506552844cdf70 authored over 14 years ago
Change mode on all executable scripts

The executable bit should be set on scripts.
This only impacts the repository, during build inst...

801aadf4c48098fa68ec2c4d8c175dbc20d9010b authored over 14 years ago
Add more checks on VLAN

Bug 4695
If ethernet hardware does not allow VLAN's than produce error.
Ignore delete if device ...

b35b69d728d1210153a3e23d25b7b4c96aba0f51 authored over 14 years ago
0.18.10

799354c7b9fd06fe8ebe8a36dde14cfa3f93d610 authored over 14 years ago
Don't produce warnings for drivers that don't support ethtool

Bug 5552
For devices like Xen that don't do ethtool speed/duplex,
allow auto to work but produce...

80a924e8b4033109b6fa23ceb9811a083c7345e8 authored over 14 years ago
Check speed and duplex settings on Ethernet interfaces

Bug 4994
Use ethtool to check for supported speed and duplex values on link.

1df58b23bac61caf78f28f549e180a3189986689 authored over 14 years ago
Fix path to ethtool

In Debian Squeeze ethtool is in /sbin

6285193ed1a9b4cf2b85ce6d4f44942663137c48 authored over 14 years ago
0.18.9

69268663f9fb58fd6d60cc866f8e4cbe2f77ea47 authored over 14 years ago
Add special case for single-queue NICs using multi-queue naming format.

6f5a8e2c91aa9639164371192bfa8a8046e469f0 authored over 14 years ago
0.18.8

5c4c8a83bcd41f0abc5f4bb33fab1e99462c3cfa authored over 14 years ago
Fix to show ifAlias of loopback

Need to handle get next of base OID

201c530f642ba9b90059ebc7425f3af67cabeaa4 authored over 14 years ago
0.18.7

278f12068a53d5d6bddd588c796bb32576a6d29e authored over 14 years ago
Remove non-functional commit test on mtu of vif

The syntax of parent MTU was wrong. The underlying driver already
checks for MTU so the commit c...

c2314cf506a4e37a0b23de46a2e245b088a14389 authored over 14 years ago
0.18.6

cc53a39ed75e57882b7d04b7a67f2dda656d35e8 authored over 14 years ago
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino

a3edcaae76d74c524ccd6a35bbce7fa8e7e2e778 authored over 14 years ago
Priority change for bridging a bonded vif

Bug 6048
Preconditions:
310 bridge
315 bonding
320 bonding vif
325 bonding vif bridge group

f18274601a958e9bdbc44e078d70b498e4194973 authored over 14 years ago
Priority change for bridging a bonded vif

Preconditions:
310 bridge
315 bonding
320 bonding vif
325 bonding vif bridge group

906b757ba91cfe6bee5cf2818e81dd7a9b7a5a0c authored over 14 years ago
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino

c0251a9afbef02437d809ed1b508ac991e024e23 authored over 14 years ago