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
The progress bar for copy files is nice but slows down the install
because it updates too often
78e2486746e9ab788895bea941beeace7e11dc10 authored about 14 years ago
Some compile and typo errors. Don't capture output, let it flow
through to console. Use exec to ...
d345b4bb0ab8471f14c4da441662270f1a265219 authored about 14 years ago
Interface addresses are now checked with other code.
faae20c0404f7ffc1c7ee0241d451f754e684c59 authored about 14 years ago
Perl is no longer used for syntax checks, instead put duplicate address check
into commit.
DHCPv6 is not restricted to ethernet only anymore.
535038b0a269f19c58ed1be3b4aafba66877ae2e authored about 14 years agod9183649e3a5a297c816c4c0ecf8f5250964656f authored about 14 years ago
b88f20567219686be5a024b6ce0ceaf849712654 authored about 14 years ago
When system is booted with newly detected wireless device, both
the hw-id and physical-device ne...
93097c2dc51c8b7b2b4e75f274622b2259477bba authored about 14 years ago
The code to match on locally assigned bit had a bad regex.
Use conversion to hex and mask instea...
da3ce0147736b98d0b9861693b73d598c2968906 authored about 14 years ago
The test for mixing dhcp and static ipv4 could cause perl warning
from comparing undefined with ...
051a4f5cc9b9f9f89d45a78724457973bbcb59e3 authored about 14 years ago
The special tunnel device gre0 (etc) are created by module when installed.
If the the device is ...
713fd8af92085f132da2b52708e7c3a3588cabf4 authored about 14 years ago
313756ea1d798fdc62359c677e472da25decde7a authored about 14 years ago
Bug 6445
Biosdevname program converts everything to eth devices.
e4cf3671127cf7e2c8621f20f8c6569ff26f6ba7 authored about 14 years ago
Lots of errors in original version.
2c3ddde8f8f6ca2eba49c35ee3729db85b02139f authored about 14 years agoc343feaf28007d9f0f34bc4fe854a200dae9bce2 authored about 14 years ago
This reverts commit c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.
20e85051040f6406f4de5fe9b167cc07a4121817 authored about 14 years ago
Bug 5864
The STP port priority field is limited to a smaller range to allow
more ports on the Li...
If cpufrequtils is installed, then want the default to be full performance.
2b96631fa56943b728bb670e0ca016ccde8cd517 authored about 14 years ago96700ba4c5c8acc2aecddbe68e9af8adf95850a3 authored about 14 years ago
61fa9efdf886c5b47644d68ecc99cac2d4cf673a authored about 14 years ago
No longer need check-vip option since the type checking is done
in template
Faster to use perl to remove file than going out to shell.
01d4c9c6e8c5e7b20ff1bd7372417b086af8f301 authored about 14 years ago
Much faster to user perl sockets to test if IP address is okay,
rather than scanning ip addresses.
Use CLI (ipv4,ipv4net) and new address validator to check addresses for VRRP.
1e3cbfb3c29d9a0e4390e7901551a592d981489b authored about 14 years agoab1c18fa483f99206e52347a41b66e3f52ccd748 authored about 14 years ago
Avoid calling vyatta_net_name on vlan's
c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba authored about 14 years ago1905a4cefe161e83b1c35558d2354a6c9f987e3d authored about 14 years ago
ec786d590f2ca9cb48e0992b9118f29c39b71683 authored about 14 years ago
Bug 5673
Enfore restriction on values per RFC 3678
f7dbc0b9746896b5fc3435d8eb38f2c8c52a73bd authored about 14 years ago
6b5e5b658ad0970f6f15243b0c289730e1c3140a authored about 14 years ago
Speeds up boot with lots of tunnels
5b516cbeb01c86707f2bbfe2bcab4b9eca6800be authored about 14 years ago
Avoid the overhead of perl compilation of vyatta-interfaces for each
address added. Handle the c...
b17d21023482c752c490754a11450d4c41c83607 authored about 14 years ago
These are new C language utilites to replace the Perl utility
when checking interface addresses....
c9540f337bab52a47315b97be91ec9e7a67b5ed8 authored about 14 years ago
c62670948195185b44b2073edcda8b47409f3035 authored about 14 years ago
92f6f66814c0d9e9a82048ac99cf50d839678dc3 authored about 14 years ago
d1467c353691d9c94311d31d1399f3ca73fab074 authored about 14 years ago
91f80c111f756cd03bee41463370d2b40c960641 authored about 14 years ago
Need to leave gre0 around for case of multiple tunnels
fb1bf8a2eefbdb467a948688ab388628455ef480 authored over 14 years ago6a9f575f6530e753baaa1dd66b9befd119695ed5 authored over 14 years ago
Bug 4608
e590c623c8ecec1846fe6977a4234b18d8d26b9f authored over 14 years agoThis is necessary to get routing protocols and proper cleanup
048b51be982dce748fdefd1f4ba9f4df5816ba80 authored over 14 years ago81fe2a8357388ae9c73bb12f9b9574fcc9f894db authored over 14 years ago
Bug 5396
Make it clear that 'syslog file' takes a file name not a full path.
Also make help text...
Put in check for brN in bridge-group bridge.
And make syntax error for bond-group better
Don't allow putting bridge port into bond-group (and vice-versa).
408b00b6b3caf284592f561fbf6bc5a04a163187 authored over 14 years ago6ec63ce719500b97423975e2488c605f44d8b644 authored over 14 years ago
Move check for address and state of slave to commit which
allows for better error message.
Consolidate bridge port management into a single perl script.
Done to fix the following bug.
Bu...
e7de8b95b1ba4e50abaa62013e84baa98ecdefa4 authored over 14 years ago
Bug 4745
Don't allow interface with address to be added to bond
Bug 4745
Block putting address on interface that is part of a bridge (or bonding).
Address shoul...
465e12c85a8a5db0ecdb5bff7682d1e98e2ddb0e authored over 14 years ago
Need to have same checks as ethernet for valid address on commit.
bd5b9c9e530931238408cd9034c749193a1e70bb authored over 14 years ago
Comment was providing no useful information not already present in the
template.
Bug 6243
Change syntax checking for domain name. Don't enforce length restrictions
since that is...
dda7d0d8b1d519e2e2ce5e1b3f46bb6a6791a412 authored over 14 years ago
6fdb30af9ca5e6d2a7d6fa394329c68c382dcfbe authored over 14 years ago
Bug 4452
Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH).
Unlike SSH, t...
Bug 2410
Add ability to add configure listen address in ssh_config.
set service ssh listen-ad...
184cb6cb1431acfeec02caadf51fce246141e3cb authored over 14 years ago
Bug 4970
New CLI control of UseDNS option to sshd_config
set service ssh disable-host-validation
8960375b2a9f11d413152b67f81ca765b157c711 authored over 14 years agoaa5623e32defe0412c47e38dbf9de5ed2448a975 authored over 14 years ago
46fb3cc1c3e7dc2a006c1546a9e3c16ac529ca16 authored over 14 years ago
de1b9799a4f4240d44be342935ded9a1abfabfe4 authored over 14 years ago
03f1e53107db0dff8e0d75339fafc0b9132027be authored over 14 years ago
Bug 5698
When interface transistions back to online, the driver
may have reacquired IRQ's and th...
8e4be2a93cb7ee4ace5aaa11862ae021658eaa50 authored over 14 years ago
If config has interface (without hw-id), then add it on boot.
ba6dc2331c53310ba4e0e8f9cb54717aa7103eb9 authored over 14 years ago4b8f59856532556d85f54aff259b009a33e14d2a authored over 14 years ago
This gets rid of separate init file for wan interfaces
c1365a86e5896ff6b7608cc9e85af14239c67bbd authored over 14 years agof105fec228b319687812b4295fd545ebe98765df authored over 14 years ago
Typo in sprintf (perl doesn't have %c).
Also improve error messages.
Need to handle virtual devices with no IRQ, and older processors
without concept of multi-core.
Replace old script with new cleaner script that handles both
IRQ affinity and Receive Packet Ste...
500c844e27d7ff989ae73a8cff506552844cdf70 authored over 14 years ago
The executable bit should be set on scripts.
This only impacts the repository, during build inst...
Bug 4695
If ethernet hardware does not allow VLAN's than produce error.
Ignore delete if device ...
799354c7b9fd06fe8ebe8a36dde14cfa3f93d610 authored over 14 years ago
Bug 5552
For devices like Xen that don't do ethtool speed/duplex,
allow auto to work but produce...
Bug 4994
Use ethtool to check for supported speed and duplex values on link.
In Debian Squeeze ethtool is in /sbin
6285193ed1a9b4cf2b85ce6d4f44942663137c48 authored over 14 years ago69268663f9fb58fd6d60cc866f8e4cbe2f77ea47 authored over 14 years ago
6f5a8e2c91aa9639164371192bfa8a8046e469f0 authored over 14 years ago
5c4c8a83bcd41f0abc5f4bb33fab1e99462c3cfa authored over 14 years ago
Need to handle get next of base OID
201c530f642ba9b90059ebc7425f3af67cabeaa4 authored over 14 years ago278f12068a53d5d6bddd588c796bb32576a6d29e authored over 14 years ago
The syntax of parent MTU was wrong. The underlying driver already
checks for MTU so the commit c...
cc53a39ed75e57882b7d04b7a67f2dda656d35e8 authored over 14 years ago
a3edcaae76d74c524ccd6a35bbce7fa8e7e2e778 authored over 14 years ago
Bug 6048
Preconditions:
310 bridge
315 bonding
320 bonding vif
325 bonding vif bridge group
Preconditions:
310 bridge
315 bonding
320 bonding vif
325 bonding vif bridge group
c0251a9afbef02437d809ed1b508ac991e024e23 authored over 14 years ago