Ecosyste.ms: OpenCollective

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

github.com/vyos/vyos-1x

VyOS command definitions, scripts, and utilities
https://github.com/vyos/vyos-1x

Merge pull request #2769 from c-po/T5195-penalty

smoketest: T5195: fix BasicInterfaceTest tearDown() timeout penalty

44c190dd44f82dad5678a5b4220bb9551b570e2d authored about 1 year ago
smoketest: T5195: fix BasicInterfaceTest tearDown() timeout penalty

Commit ad9bdfc24 ("T5195: add timeout argument to process_named_running()")
added a 2*10 seconds...

041db49533d57cabfccd319492b85ee0bafdd40c authored about 1 year ago
Merge pull request #2760 from bluknight/current

image: T5898: fix kernel-level partition rescan

3ee63a4f4cbc17da1e0e8bce5ea36af0c4a0928b authored about 1 year ago
pki: T5905: do not use expand_nodes=Diff.ADD|Diff.DELETE) in node_changed()

This fixes a priority inversion when doing initial certificate commits.

* pki subsystem is exec...

9162631f12ade65392ea2fa53642ea4af39627c7 authored about 1 year ago
ipsec: T5905: use interface_exists() wrapper over raw calls to os.path.exists()

410458c00e6202dd9a5c52b3c5ac00a90db5bc53 authored about 1 year ago
smoketest: T5905: always delete pki in ipsec test startup

2095eb75a2326b8f493944aef07f65b150cfbc60 authored about 1 year ago
Merge pull request #2758 from c-po/certbot-T5886

pki: T5886: add support for ACME protocol (LetsEncrypt)

dff740f3cfb57757146d465d994499c552876359 authored about 1 year ago
Merge pull request #2765 from c-po/op-mode-ipv6-vrf

op-mode: T5904: add "show ipv6 route vrf <name> <prefix>" command

31d824d9b6bce13ea8fa2a838d47cdf24b345fb1 authored about 1 year ago
Merge pull request #2764 from c-po/T5195-process

T5195: add timeout argument to process_named_running()

9b7a96d27653be4a407a63ed42a3fd44b374d81e authored about 1 year ago
op-mode: T5904: add "show ipv6 route vrf <name> <prefix>" command

We've always had a command to display discrete IPv6 routes/prefixes within the
global VRF. This ...

119d94bdb05d0c88bfc452d903e64000b278c43e authored about 1 year ago
T5195: add timeout argument to process_named_running()

Smoketests heavily rely on process_named_running() so in order to "relax"
system constraints dur...

ad9bdfc248cf47b3361bd0e5d7371d56131160a0 authored about 1 year ago
Merge pull request #2761 from c-po/t5900-fixup

dns: T5900: fix smoketests for serve-stale-extension and exclude-throttle-address

da65cbfcf8f62885a083608bd2f6fc146bea42af authored about 1 year ago
dns: T5900: fix smoketests for serve-stale-extension and exclude-throttle-address

This fixes commit 199ceb1f0a ("dns: T5900: add dont-throttle-netmasks and
serve-stale-extensions...

9baeafa890f7b1d3829df633322fb4288e9ea882 authored about 1 year ago
image: T5898: fix kernel-level partition rescan

This fix moves from partprobe to partx to rescan the partition table on an affected disk.

f883455d9a3081780c43426ab26de9d26f24c9aa authored about 1 year ago
dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns features

199ceb1f0a820c838dea6862371a3121b3d9f3a9 authored about 1 year ago
https: T5886: migrate https certbot to new "pki certificate" CLI tree

9ab6665c80c30bf446d94620fc9d85b052d48072 authored about 1 year ago
pki: T5886: add op-mode commands for log and renewal

* show log certbot
* monitor log certbot
* renew certbot

9d02d32319f9328df618910a038ef580588e13c8 authored about 1 year ago
pki: T5886: add support for ACME protocol (LetsEncrypt)

The "idea" of this PR is to add new CLI nodes under the pki subsystem to
activate ACME for any g...

b8db1a9d7baf91b70c1b735e58710f1e2bc9fc7a authored about 1 year ago
Merge pull request #2749 from c-po/kernel-6.6

smoketests: T5887: remove IXGB driver

fb4b97b1824b5e6aab4cf7c810ea69897ea6300f authored about 1 year ago
T5159: nat: add option to map network and ports. Feature used for large deployments in cgnat. (#2694)

3fc76505d0642c32a3eae9c0ce6ab3dd2ec32dbd authored about 1 year ago
Merge pull request #2752 from tjjh89017/T5897

T5897: frr should be stopped before vyos-router

1043859f6f87ed64c88c2cd15d4b24a881e89eb1 authored about 1 year ago
T5897: frr should be stopped before vyos-router

Signed-off-by: Date Huang <[email protected]>

6d16ab081b70bc4ea837b66dfe032ec6bdb563d7 authored about 1 year ago
Merge pull request #2750 from c-po/configdict-T5894

configdict: T5894: add get_config_dict() flag with_pki

ada6b103f15b5871fa28c5e194afcd2f5019b2e4 authored about 1 year ago
configdict: T5894: add get_config_dict() flag with_pki

VyOS has several services relaying on the PKI CLI tree to retrieve certificates.
Consuming servi...

b152b52023ba0cf0d4919eae39e92de28a458917 authored about 1 year ago
smoketests: T5887: remove IXGB driver

From Kernel commit e485f3a6eae0 ("ixgb: Remove ixgb driver")

There are likely no users of this ...

8eabba331f2615a284348b70a9ef3dd49e15f76d authored about 1 year ago
xml: T5738: add constraint building block with alphanumeric, hypen, underscore and dot

82b4b2db8fda51df172210f470e5825b91e81de4 authored about 1 year ago
configdict: T5837: node_changed() shall not return duplicate list items

This extends commit 4ee406470 ("configdict: T5837: add support to return added
nodes when callin...

301312b293238d3041c8912af6fdb86b506d7ab4 authored about 1 year ago
qos: T5848: Add triple-isolate option to CAKE policy config

61342083d7db8c30d015474fae5cb71f480487d8 authored about 1 year ago
Merge pull request #2746 from MattKobayashi/t5890

op-mode: T5890: Fix arguments passed to generate_system_login_user.py

c08fea7a5d98e1626788280ac51f7131f3f29308 authored about 1 year ago
op-mode: T5890: Fix arguments passed to generate_system_login_user.py

51bb6d0487c5a0918276f142f41ea5bca7b380fc authored about 1 year ago
op-mode: T5884: correct "generate wireguard" help string

e2c9ffd8bc2d6119b78ec166fe5b90764fb38563 authored about 1 year ago
Merge pull request #2743 from nicolas-fort/T5888

T5888: fix migration script in order to fit new type-names for icmp and icmpv6

6d8261f569be1a607fa96de8642b633f673f80ca authored about 1 year ago
T5888: fix migration script in order to fit new type-names for icmp and icmpv6.

1ccb3e634d45d0d1a8e190297cc0a310cb0069d6 authored about 1 year ago
Merge pull request #2736 from c-po/configd-include

vyos-configd: extend list of included scripts

d8decd67a719eb690bbbead68ff6a93be172869a authored about 1 year ago
Merge pull request #2739 from c-po/cli-validators-base64

T3642: add missing base64 CLI validators

547b9eabeb45cb74db002050fba0093210940792 authored about 1 year ago
pki: T3642: add missing base64 constraint on PEM keys

679be4c9742ffd5c317742c6c20a268a5e044f0c authored about 1 year ago
wireguard: T3642: use base64 validator

a232b83601f4f8b2fe6964239a568acad3fa764a authored about 1 year ago
Merge pull request #2737 from jestabro/len-image-name

image-tools: T5885: relax restriction on image-name len from 32 to 64

fc0fe0e0ed37e987e0fbf5c4fe9dad40e50a4a73 authored about 1 year ago
image-tools: T5885: relax restriction on image-name len from 32 to 64

3a9688ddb07f6bac1eb92aa13c20e897129e8958 authored about 1 year ago
vyos-configd: T4942: include config-management script

ad4958ff7b1a25564fcc6931d604288d7ff0a1d2 authored about 1 year ago
vyos-configd: T563: include webproxy script

dd2a1955d66926dc4a987bad0acc52dcc6f5d433 authored about 1 year ago
vyos-configd: T4222: include SLA (OWAMP and TWAMP) script

c2dfba97446e9411b182f07c6227cc9427f247a8 authored about 1 year ago
vyos-configd: T5261: include AWS GLB script

3bd1a8eac54d6d4610e239088d91c145f748d12c authored about 1 year ago
Merge pull request #2731 from jestabro/copy-preserve-owner

image-tools: T5883: preserve file owner in /config on add system update

27b9a45ef3460e1a8db03b9e8f0aeacdd3619b07 authored about 1 year ago
Merge pull request #2728 from c-po/verify-T5880

T5880: verify_source_interface() should not allow dynamic interfaces like ppp, l2tp, ipoe or sst...

4519506c6f5360c73c0342e049d716465857802e authored about 1 year ago
Merge pull request #2726 from c-po/login-T5875-part2

login: T5875: restore home directory permissions only when needed

15e55e4ea9201d9cb2e64c63fd109c9b98509947 authored about 1 year ago
Merge pull request #2724 from sever-sever/T3476

T3476: Add option latest to add system image

95de314ad99298f7420c657bc0cfdc8624af27ed authored about 1 year ago
image-tools: T5883: preserve file owner in /config on add system update

9f66b9ccfa25f56c209d90a0ad5ad779f3963bee authored about 1 year ago
tunnel: T5879: properly verify source-interface used for tunnels

A tunnel interface can not properly be sourced from a pppoe0 interface when
such interface is no...

66ce19058b7b8597536ddf63bbca027add2ca8a1 authored about 1 year ago
configverify: T5880: raise exception if interfaces sourced form dynamic interfaces

Interfaces matching the following regex (ppp|pppoe|sstpc|l2tp|ipoe)[0-9]+ can
not be used as sou...

5062f5d313548d6ebb9c07fee6b6d6be25b8f8f0 authored about 1 year ago
login: T5875: restore home directory permissions only when needed

This improves commit 3c990f49e ("login: T5875: restore home directory
permissions when re-adding...

1b364428f79b7e4588a000fca40582ef968fc7fd authored about 1 year ago
Merge pull request #2729 from c-po/rename-T5474

T5474: establish common file name pattern for XML conf mode commands

22d5b2bab254668dd0fe8c543fb1bd0edcbead18 authored about 1 year ago
T5474: establish common file name pattern for XML conf mode commands

We will use _ as CLI level divider. The XML definition filename and also
the Python helper shoul...

4ef110fd2c501b718344c72d495ad7e16d2bd465 authored about 1 year ago
Merge pull request #2696 from indrajitr/kea-lfc-fix

dhcp: T3316: Adjust kea lease files' location and permissions

2286b8600da6c631b17e1d5b9b341843e50f9abf authored about 1 year ago
Merge pull request #2707 from lucasec/t5870

T5870: ipsec remote access VPN: add x509 ("pubkey") authentication.

14dc8a8962f0a52107913423a750f36ed8e45160 authored about 1 year ago
T5870: ipsec remote access VPN: add x509 ("pubkey") authentication.

656934e85cee799dba5b495d143f6be445ac22d5 authored about 1 year ago
T3476: Add option latest to add system image

Add option `latest` for op-mode command `add system image`
If the update check is configured we ...

87202912e871eeafe20ba24c5fcbf696ce5171ff authored about 1 year ago
ipsec: T1210: extend remote-access smoketest with IP pool configuration

This extends commit 1a84c4d0e ("ipsec: T1210: add smoketest for remote-access
(road-warrior) use...

1e46cd606d9d87226fe0400bf3a53bda360808d8 authored about 1 year ago
Merge pull request #2722 from c-po/t1210-ipsec-smoketest

ipsec: T1210: add smoketest for remote-access (road-warrior) users

6ba91d40b54a319a7d8d6d7dd6012ab1e4439bc4 authored about 1 year ago
ipsec: T1210: add smoketest for remote-access (road-warrior) users

1a84c4d0e6ff88b650bcfc8ba81827af7fc079f3 authored about 1 year ago
Merge pull request #2716 from c-po/login-t5875

login: T5875: restore home directory permissions when re-adding user account

e70e7dba736fec27145f2b4abeb70278dce0deb9 authored about 1 year ago
Merge pull request #2718 from indrajitr/shorten-domain-search-path

system: T5877: Shorten system domain-search config path

0591d03464248c3a50516cd00b04989b3f16f1e5 authored about 1 year ago
smoketest: remove base accel-ppp testcase function comments

Python unittest framework treads the comments as test names during execution:

Example:
test_acc...

e9883143310993d87ba2e0c8ec7ef3b9faf928b1 authored about 1 year ago
Merge pull request #2711 from aapostoliuk/T5688-fixes-2

T5688: Fixed ip pool migration scripts for l2tp, sstp, pppoe

5295da695f49b8dec2b27a4a87af8a09fa1305b9 authored about 1 year ago
system: T5877: Update smoketests for domain-search and related config

In addition to testing for shortening the domain-search path, add and
improve tests for other re...

584c63f4473373a377db802c173f6252c8085fa3 authored about 1 year ago
system: T5877: Shorten system domain-search config path

Shorten and simplify `system domain-search` config path from:
```
set system domain-search domai...

f77bf573c608b6c09182e1bad4312c4dd1e5195e authored about 1 year ago
login: T5875: restore home directory permissions when re-adding user account

After deleting a user account and working with a newly added account, we see
that after rebootin...

3c990f49e2bf9347bd2cc478995baa995ee822fd authored about 1 year ago
Merge pull request #2715 from indrajitr/shell-quote-fix

tacacs: T141: Wrap string in double quotes to allow expansion

5e4bdbe4016de0bf8c6b85737d4aedf0dad17a65 authored about 1 year ago
tacacs: T141: Wrap string in double quotes to allow expansion

a95ee3fd38f3c1d54ea359088d0eb1a4d4582b6b authored about 1 year ago
smoketest: T5688: pppoe-server support multiple client-ip-pool subnets

b0d0ac4a822b36e4f0cfae82db06ee71581de51f authored about 1 year ago
dhcp: T3316: Add `_kea` user as vyattacfg group member

Allowing `_kea` to be a member of `vyattacfg` group allows
kea-dhcp{4,6}-server to have access t...

3192095a197ae8d74690ab5c676e6a5fabae7fae authored about 1 year ago
Merge pull request #2704 from c-po/template-t5869

vyos.template: T5869: first_host_address() does not honor RFC4291 section 2.6.1

5eab80d53be9c2a05d27a0e011949f7e4a9e38dd authored about 1 year ago
Merge pull request #2709 from c-po/nat-T5681

nat: T5681: relax wording on non existing interface Warning message

5b3b79410dca8753e76692b80b84cadab8357031 authored about 1 year ago
Merge pull request #2710 from c-po/container-smoketest

smoketest: T5867: extend container tests for IPv4 and IPv6 networks

2eb5b3943377047549b6c5171854f82af20c80bb authored about 1 year ago
T5688: Fixed ip pool migration scripts for l2tp, sstp, pppoe

Fixed migration 'subnet' option in l2tp, sstp, pppoe.
'subnet' option can contain several values.

21e5db430f93fd48ebc598ddf95c67d77485f5f5 authored about 1 year ago
smoketest: T5867: extend container tests for IPv4 and IPv6 networks

503e0d1836aa99e34542031fb6c401eb6877eff7 authored about 1 year ago
nat: T5681: relax wording on non existing interface Warning message

Remove the word "error" from a Warning only message to not irritate the user.

9f863a50f1ac6c81782df6c43f7df816d9e11b16 authored about 1 year ago
tests: T5869: consolidate duplicated test cases

We have had duplicated test cases in test_jinja_filters.py and test_template.py,
They have been ...

80e2e80b5504d1da643a0d5c9772a1f9dee0aa99 authored about 1 year ago
vyos.template: T5869: first_host_address() does not honor RFC4291 section 2.6.1

The subnet router anycast address is predefined. Its format is as follows:

| ...

cc4ce81ece57faca8ce111b8f3748389ecb40202 authored about 1 year ago
smoketest: T5840: fix for latest CLI changes in mac address node

3ec15e1fd2250bb157b1afa18ebf0232e62cc229 authored about 1 year ago
dhcp: T3316: Adjust kea lease files' location and permissions

Move the kea lease file to a separate directory `/config/dhcp` that `kea`
process can write to s...

745b9ea8f0df58ccd68215360b0375e89c0632a8 authored about 1 year ago
Merge pull request #2703 from c-po/ddclient-t5852

ddclient: T5852: add missing priority

6cf6121b1bf0c3495cb2abc37c34330b422d4d16 authored about 1 year ago
ddclient: T5852: add missing priority

Running ddclient on a VLAN interface will fail during reboot as there is no
discrete priority to...

ef237a7555843226e9bf48e552ed5feb5df581f4 authored about 1 year ago
Merge pull request #2699 from c-po/container-t5867

container: T5867: disable healthchecks due to upstream issue

78b7d110b0740dbff1c13e285a8dd7593825d902 authored about 1 year ago
Merge pull request #2698 from c-po/t5866-radvd

op-mode: T5866: Add command to restart IPv6 RA daemon

a3fbed67c1e10c4d2e85df610be95ec6fe9e2ca2 authored about 1 year ago
container: T5867: disable healthchecks due to upstream issue

conmon 402de34b31388b5a2e1c <error>: Unable to send container stderr message to parent Broken pi...

6c84ff41b92d7c2e0b239dca59955e8a247fecdb authored about 1 year ago
op-mode: T5866: Add command to restart IPv6 RA daemon

vyos@vyos:~$ restart router-advert

9d15c7d3fb21648a52b9c06bdc0a5055f8099119 authored about 1 year ago
container: T5829: fix base key "container" re-use in for loop

405cc66041d8035500f7b7116301983c48464a9b authored about 1 year ago
container: T5829: verify container network used supports the given AFI

e70ca62c474b4e2cc135851a6e5cceee037bf378 authored about 1 year ago
Merge pull request #2658 from aapostoliuk/T5801-circinus

T5801: Rewritten L2TP to get_config_dict

8b646ed2c745a725aa22ad49e7e373c9f5fb2245 authored about 1 year ago
Merge pull request #2695 from aapostoliuk/T5842-circinus

T5842: Rewritten PPTP to get_config_dict

e9310778ddb0118278396017026cb6fc1daff0c9 authored about 1 year ago
Merge pull request #2650 from indrajitr/kea-reservation-fix

dhcp: T3316: Support hostname, DUID and MAC address in reservation

b0fc2507aab533c1d6c4472667f39f9c11f40e69 authored about 1 year ago
T5842: Rewritten PPTP to get_config_dict

Rewritten PPTP to get_config_dict
Fixed 'dynamic-author' commands. These commands did not create...

f39eb894d991d296a82c69d1ab783011b5d0ed2f authored about 1 year ago
Merge pull request #2693 from aapostoliuk/T5859-circinus

T5859: Fixed format of pool range in the accel-ppp config

957c99f20f9c08b0fc5dd51664a06cae16bc52c1 authored about 1 year ago
Merge pull request #2651 from indrajitr/firewal-rename-enable-default-log

firewall: T5834: Rename 'enable-default-log' to 'default-log'

7324edfeb7ededc888a23bf72562673da2797f16 authored about 1 year ago
T5859: Fixed format of pool range in the accel-ppp config

Fixed format of ipv4 pool range from 'x.x.x.x-x.x.x.y'
to 'x.x.x.x-y'

714a6b1dd5e4de6c85911fa64f4b5f37b44979cf authored about 1 year ago
firewall: T5834: Improve log message and simplify log-option include

`include/firewall/rule-log-options.xml.i` is now more aptly renamed to
`include/firewall/log-opt...

53a48f499ae9bcc2f657136bb7779b38aad1c242 authored about 1 year ago
firewall: T5834: Remove vestigial include file

This file is a left over from previous refactoring and no longer
referenced anywhere in the inte...

f8f382b2195da8db8b730f107ffba16e67dac822 authored about 1 year ago
firewall: T5834: Add support for default log for route policy

One can now do `set policy route foo default-log` which will add log
to the policy route chain.

6278ce9b7cb2060c8226a60ccbdb580a0d8a3fb5 authored about 1 year ago
firewall: T5834: Migration for 'enable-default-log' to 'default-log'

7c40b70af9def9242b30d1fc949288d9da2bd027 authored about 1 year ago