Ecosyste.ms: OpenCollective

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

github.com/vyos/vyatta-op

Vyatta bash completion for operational commands
https://github.com/vyos/vyatta-op

Merge branch 'current' of github.com:vyos/vyatta-op into current

f63af25cce0202d959be25bd47ca5fe1ec12ac0b authored over 6 years ago by Daniil Baturin <[email protected]>
T689: remove files no longer needed after merging PR#14 into vyos-1x.

fb4165b9265a9d09bf83b43e79bd698cfe9b559f authored over 6 years ago by Daniil Baturin <[email protected]>
Related to T689: update the show tech-support scripts.

Remove references to Vyatta.
Remove all references to serial WAN interfaces: not supported since...

98c47096b1b008066963b8e99ce792f0f5127345 authored over 6 years ago by Daniil Baturin <[email protected]>
T588: remove the old DNS forwarding op mode script.

83234bc6a31775c0c750e2d90176673dd8b5f3c8 authored over 6 years ago by Daniil Baturin <[email protected]>
T684: make the 'run show configuration commands' and the |commands pipe use the new implementation.

b9c3925b1f68534b51f4d2f2b239ae7cdd2ef030 authored over 6 years ago by Daniil Baturin <[email protected]>
T644: point vyos_* dirs to the /usr/ hierarchy intead of /opt/vyatta

1c911e9b090638abebb0f91b20e2f42e7ebe2a28 authored over 6 years ago by Daniil Baturin <[email protected]>
T637: Remove references to autogenerated monitor interfaces commands from the makefile.

773df82ea88e220aaa3354d2b01f4cc43113f730 authored over 6 years ago by Daniil Baturin <[email protected]>
T638: remove the old handwritten templates for bmon commands.

Turns out they were there, just overwriten by the gen-monitor-*
so no one noticed.

e08a8546936fe6801d718c85e3723d2ea6d33cc9 authored over 6 years ago by Daniil Baturin <[email protected]>
T637: remove the old 'monitor interfaces ... traffic' implementation.

685eac2fbf06f194fcfb4e3ea50f59efa5bda4f8 authored over 6 years ago by Daniil Baturin <[email protected]>
T564: remove DNS forwarding commands that are moving to vyos-1x.

7f035c001e94b34e22f2d6b4d0ad8a20d06b2f76 authored over 6 years ago by Daniil Baturin <[email protected]>
Remove the show version command from this package: moving to vyos-1x.

9e37894920aa9ee8f31220eea81ddbc534e7dec7 authored over 6 years ago by Daniil Baturin <[email protected]>
T618: supress stderr of hvinfo in the show version script.

Also convert the script to python3.

18c58a419dd2e89b5f092baef5e4cccbbe1408dc authored over 6 years ago by Daniil Baturin <[email protected]>
T588: Remove DNS forwarder restart command in favor if XML interface definition

f4d9d3d9511300b1c309826aeee9b35ec282b327 authored over 6 years ago by Christian Poessinger <[email protected]>
Merge branch 'remove-install-system-cmd' into current

* remove-install-system-cmd:
Remove "install system" command

02770b0fcb0dc0af230aaacd3216dad92436f592 authored almost 7 years ago by Christian Poessinger <[email protected]>
T523: Use new location for dnsmasq config files

7586d7f0b6fb9f24ba2d406941d963cf5b0068e8 authored almost 7 years ago by Christian Poessinger <[email protected]>
Merge pull request #13 from c-po/current

fix changelog date format

62399a8b32b0e908fd91d30e2d2479c073f3def6 authored about 7 years ago by Kim <[email protected]>
fix changelog date format

7d6556160144566a47ac43d528c334f62d26ba2e authored about 7 years ago by Carl Byington <[email protected]>
Merge pull request #12 from c-po/t328-show-tech-support

T328 show tech support

55982dbb6f5dfc41842b8b483b12b5cfa54f71d5 authored about 7 years ago by Kim <[email protected]>
Change 'show tech-support' behavior to always strip-private

Using "show tech-support" cmd will produce the tech-support output
without any private informati...

699a9c48a9ac866ada70206dd1f3b1e1dd23a69c authored about 7 years ago by Christian Poessinger <[email protected]>
Added generated-templates folder to .gitignore

447bc26b83b2d4a540d1340f846c6f15fd118710 authored about 7 years ago by Christian Poessinger <[email protected]>
Remove "install system" command

Related to "T157: Remove "install system" command".

f24ba92387996bf91051830ad8fd074e33497fac authored about 7 years ago by Christian Poessinger <[email protected]>
T394: copy vyatta_* environment variables to vyos_* equivalents.

6f9273fe6e5585b6a7e8e076916f9429d472a002 authored over 7 years ago by Daniil Baturin <[email protected]>
The command "show log firewall name <name>" does not show the expected log entries

1e094d77022ad49f29f05718913b4c5b23203012 authored over 7 years ago by Kim Hagen <[email protected]>
correctly include ssh-server-key in package

76822101f04681402df67fcb194e8c0fdd71c96d authored over 7 years ago by Kim <[email protected]>
include ssh-server-key in package

a57412bb0a95f80f90e57f631dc27dacd0720c71 authored over 7 years ago by Kim <[email protected]>
Merge pull request #9 from ThoreKr/patch-1

Exchange vyatta with vyos

94bcb3692b4e5e854a2159515fd57ff23cfc6b75 authored over 7 years ago by Kim <[email protected]>
remove console-setup dependency

non of its binaries are used and it installs non needed xkb-data package

1002bd9b740befed18aca7a6ffafb786b91a9b3c authored almost 8 years ago by Kim <[email protected]>
Exchange vyatta with vyos

When typing "show system" and pressing tab the autosuggestion still said the installation was ba...

009a4536a3d43d1a7166aef5ad2829cf068f0aa9 authored almost 8 years ago by Thore <[email protected]>
Merge pull request #8 from nwautomator/T283

T283: add CLI command to regenerate SSH server host keys

8c3b61d24c26a060d2c294e07097f92f904fd43b authored almost 8 years ago by Daniil Baturin <[email protected]>
Fix the 'ssh-server-key' script to use the 'yesno' script as per dmbaturin's request.

970ff0cfe393ccfa63d1f875483f3df7543d6c62 authored almost 8 years ago by Chris Freas <[email protected]>
T283: add CLI command to regenerate SSH server host keys

59a22f722a98a66f94ee5ff65f10a8e20d79181c authored almost 8 years ago by Chris Freas <[email protected]>
T272: Add scripts and templates for generating remote side OpenVPN configs

(just for VyOS for now, raw openvpn config support will come later).

40d5341bd0f4e5ceb10c82ab8e6794c08f509f62 authored almost 8 years ago by Daniil Baturin <[email protected]>
T156: return "Unknown" for /sys/class/dmi/* files that don't exist.

ece88fcafb45dd683a0cad3801c79537cd411d44 authored about 8 years ago by Daniil Baturin <[email protected]>
Merge pull request #7 from EwaldvanGeffen/current

T207: modified brctl location

71989c2918185c52e4346126dc2b6d7249819458 authored about 8 years ago by Daniil Baturin <[email protected]>
Merge pull request #1 from vyos/current

Update

0543f228c32ddabd1697fa0221b35018200cf38d authored about 8 years ago by Ewald van Geffen <[email protected]>
Merge branch 'current' into ewald

241b09ddba6666c48113ff61f927c12a4860ec8b authored about 8 years ago by Ewald van Geffen <[email protected]>
T207: modified brctl location

5bcdfaec5070a3eac32dca289167dc995db75b6b authored about 8 years ago by Ewald van Geffen <[email protected]>
Merge pull request #5 from EwaldvanGeffen/patch-1

T58 "monitor firewall name <name>" does not monitor any firewall-log-entry

24fce18b11bc636854ad0c928d162a5a0233afe5 authored about 8 years ago by Daniil Baturin <[email protected]>
Merge pull request #6 from gsadams/current

Correctly identify ttyS1 as a serial console, as well (issue T146).

8cb6fcc0bafd2c846f8da6a6f2b99146c4259257 authored about 8 years ago by Daniil Baturin <[email protected]>
Support serial console on any ttyS#. Well, any of the first 10.

55915987f745d48fa4b1319888c1edb86963c6ba authored over 8 years ago by Geoff Adams <[email protected]>
Correctly identify ttyS1 as a serial console, as well (issue T146).

7487f99240d3815cf70d1a016415e2c44ef2a8d3 authored over 8 years ago by Geoff Adams <[email protected]>
fix error message "NameError: name 'CalledProcessError' is not defined"

when doing a 'show version' on a non virtual machine

a34e4f13c9b387c184b4f55d53477b0b33610bd7 authored over 8 years ago by Kim Hagen <[email protected]>
T58 "monitor firewall name <name>" does not monitor any firewall-log-entry

related to set firewall name <text> enable-default-log

a04d085faa6baf3a021b8d795e1a8487f4317d1c authored over 8 years ago by Ewald van Geffen <[email protected]>
stop smartmatch warnings

bb2e1e9dbb7bdf153bf43056d64e82d749a3aa81 authored over 8 years ago by Kim <[email protected]>
New implementation of the version display command (ref T6).

c18b9618f4577fb80b07a0471f19a11ed2b3dfcb authored almost 9 years ago by Daniil Baturin <[email protected]>
Use dhcp instead of dhcp3.

918b53841364a016eec0e2996640c471f738e93b authored almost 9 years ago by Kim Hagen <[email protected]>
Update debian live mountpoint directories.

59240c87059fd207b3ec38238851f6fe6982e48c authored almost 9 years ago by Kim Hagen <[email protected]>
Update debian live mountpoin.

b4275461305f74798c7805ce2a5d25105e82caea authored almost 9 years ago by Kim Hagen <[email protected]>
Update location of LIVE_CD.

fdf69619a8f27a3310235a9d320748d8dbb3f657 authored almost 9 years ago by Kim Hagen <[email protected]>
Update paths in del_non_image_files function.

0c77160cd5e22714c2373e9554998c140b9c0bdd authored almost 9 years ago by Kim Hagen <[email protected]>
Merge branch 'current' of github.com:vyos/vyatta-op into current

86afea56242bfe3c18cca7a7adc5477aba7ee265 authored almost 9 years ago by Kim Hagen <[email protected]>
Fix "show system image version" command.

75caf5c06cd8841db4aedd1ef6673f6dbcf74bb2 authored almost 9 years ago by Kim Hagen <[email protected]>
Correct the path to poff for jessie.

e5066ccdc30034fc83a6f69bcdc1cd1996008264 authored almost 9 years ago by Thomas Jepp <[email protected]>
Add function to bash-completion script to fix message "bad array subscript"

3a92c96ba66b256db30b5325267cb123cbe9b7b6 authored almost 9 years ago by Kim Hagen <[email protected]>
0.14.0+vyos2+current1

c71796a32064cdd215530c0a6f3882a57add91d4 authored almost 9 years ago by Kim Hagen <[email protected]>
git push origin current

Merge remote-tracking branch 'tomjepp/jessie' into current

06f36e0e2e9a030a61c80c18e32462a25bb06767 authored almost 9 years ago by UnicronNL <[email protected]>
Easter egg: 'show version funny' command that displays limericks

after version information.

5b1bec7ba23c02c9e63b25c63b638bacc239ce56 authored about 9 years ago by Daniil Baturin <[email protected]>
Remove referenced to Vyatta from 'show version' completion help.

97219ae83258061d524a110e5bd9d70d2aa70733 authored about 9 years ago by Daniil Baturin <[email protected]>
Add missing build depends for Jessie.

d63969cc27e8e9fbd7ff8b759d05bb0931dd0273 authored about 9 years ago by Thomas Jepp <[email protected]>
0.14.0+vyos2+lithium12

9e151713e2397edf811ab8fc6abead9126d238ca authored about 9 years ago by Alex Harpin <[email protected]>
vyatta-op: set 'restart dns forwarding' to use vyatta-dns-forwarding.pl

Update the op mode command 'restart dns forwarding' to use the expanded
vyatta-dns-forwarding.pl...

bb5769e14cf858612b524af56cf17a06a175e7dd authored about 9 years ago by Alex Harpin <[email protected]>
Merge pull request #4 from tomjepp/lithium

Bug #619 - Implemented a DNS forwarder restart command - "restart dns forwarding"

06d24d7b791acf4ad906602d9769a4d2495b0b70 authored about 9 years ago by Daniil Baturin <[email protected]>
Implemented a DNS forwarder restart command - "restart dns forwarding"

39a5792649d0d26a6afc062353b36d6de88e84d3 authored about 9 years ago by Thomas Jepp <[email protected]>
0.14.0+vyos2+lithium11

1d54d4e700b4e1736d1e2798d96bfb9dd1b1f31d authored about 9 years ago by Alex Harpin <[email protected]>
vyatta-op: skip unknown interfaces in "show interfaces counters/detail"

Skip unknown interface types when running "show interfaces counters" or
"show interfaces detail"...

d533602d8f2114337bd5620dd05e3205784547db authored about 9 years ago by Alex Harpin <[email protected]>
vyatta-op: formatting changes for style consistency

Update scripts/vyatta-show-interfaces.pl to maintain style consistency

529c855c33ca97051dc3f5e0ec58d936238d820f authored about 9 years ago by Alex Harpin <[email protected]>
0.14.0+vyos2+lithium10

e424902ea512100c5fe8f4242e0663f0d38d4794 authored over 9 years ago by Alex Harpin <[email protected]>
vyatta-op: update dh_gencontrol with new development build flag

ccc8823ed1dccd560d53340bf8aefeff258b410e authored over 9 years ago by Alex Harpin <[email protected]>
vyatta-op: remove user login public key information with strip-private

Extend the strip-private command pipe so that it removes the public key
user login information.
...

94974f387b363a469028f5ea01a0a7940086aa29 authored over 9 years ago by Alex Harpin <[email protected]>
vyatta-op: strip-private removes "user" rather than actual username

The strip-private pipe command removes the user node entry rather than
the actual username.

Bug...

53b091e72017a6a1209aaac6a76728fb08f90665 authored over 9 years ago by Alex Harpin <[email protected]>
0.14.0+vyos2+lithium9

49ce91e652525f41a00e7085b746c774e37428cb authored almost 10 years ago by Daniil Baturin <[email protected]>
Update debian/control to match the reality.

Specifically, remove reference to Vyatta and packages
that never existed in VyOS (vyatta-unicast ...

8de2798aac3941a3991824ea9cb2466548ea1f3b authored almost 10 years ago by Daniil Baturin <[email protected]>
Replace the old hypervisor_vendor utility with hvinfo.

85e5c1ce01862b62b77068b5f89d42b26a1939c2 authored almost 10 years ago by Daniil Baturin <[email protected]>
0.14.0+vyos2+lithium8

3895c818ef587a435eab161711bb0473f3ad4052 authored almost 10 years ago by Daniil Baturin <[email protected]>
Bug #377: make commands pipe throw an error in op mode.

c29e9e4375a0c8bd45ade0c0374ed8477327e5cc authored almost 10 years ago by Daniil Baturin <[email protected]>
0.14.0+vyos2+lithium7

38eb805acd427a7ddd9d60b6b3f319abd4a1caa3 authored almost 10 years ago by Alex Harpin <[email protected]>
vyatta-op: replace 'show shutdown' with 'show poweroff' and use script

Rename 'show shutdown' to 'show poweroff' so it is the same as the
configuration options, and se...

e203db221505845849920557b85ce7d76ad6b5db authored almost 10 years ago by Alex Harpin <[email protected]>
vyatta-op: final fix for the ssh client failing to disconnect on reboot

Final fix to ensure that any SSH clients are sent the disconnect signal
on a scheduled reboot as...

c2ca8e98c46975a7aa33cf0f07ae55a878c393ad authored almost 10 years ago by Alex Harpin <[email protected]>
vyatta-op: update the system poweroff cli command to be script based

Update the system poweroff command to use the vyatta-poweroff.pl script
rather than simply uisng...

119a0b0d12dea51d1a5032552dbe8944308276ca authored almost 10 years ago by Alex Harpin <[email protected]>
vyatta-op: remove unused reboot configuration nodes

Remove unused configuration nodes from the reboot templates under both
the 'at' and 'cancel' nod...

f4485f4c2beac42a1cdbde35f900440416e1c5ae authored almost 10 years ago by Alex Harpin <[email protected]>
0.14.0+vyos2+lithium6

7661363bfb9c44eab7f936af1da7db90b681890f authored almost 10 years ago by Daniil Baturin <[email protected]>
Bug #456: add simple CLI for iperf.

97d6966083f7c0e93a392d58a7ab83ec64ad252f authored almost 10 years ago by Daniil Baturin <[email protected]>
0.14.0+vyos2+lithium5

85eaf5015c42aa74cda8e839178c0448873f4ae5 authored almost 10 years ago by Alex Harpin <[email protected]>
vyatta-op: fix for show host domain replies (none)

Add the -d option to /bin/domainname so it actually returns the
domain name configured on the sy...

16b61ca832db3c25f8878333c0a01fe61c5fa080 authored almost 10 years ago by Alex Harpin <[email protected]>
0.14.0+vyos2+lithium4

12a7b8ac65305a347659ba1512eb01c7c31ce4a7 authored about 10 years ago by Alex Harpin <[email protected]>
vyatta-op: on shutdown/reboot the client ssh session doesn't disconnect

When either the reboot or poweroff commands are issued from the CLI,
any ssh clients currently c...

a541f066264c8a238f0c1aadf3e64e651c22e219 authored about 10 years ago by Alex Harpin <[email protected]>
0.14.0+vyos2+lithium3

1509bdbdf68d69fc9a9a071e70cbdd5a264bcd6f authored about 10 years ago by Alex Harpin <[email protected]>
Revert "Add an option to disable inotify to fail -f commands."

This reverts commit 75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7.

This change is no longer needed a...

5295b063d1d53802f0c33b2c8e64adbff1c6ba9d authored about 10 years ago by Alex Harpin <[email protected]>
0.14.0+vyos2+lithium2

c25918350baad36e46cfd550e35a7630b8b074a0 authored about 10 years ago by Alex Harpin <[email protected]>
Force release

9cc6d7fcde68df4588c1c2a5ccf6fed153770c7b authored about 10 years ago by Alex Harpin <[email protected]>
0.14.0+vyos2+lithium1

811d549ad6bb0c64acbe8d3500582c10fa128ada authored about 10 years ago by Alex Harpin <[email protected]>
New branch

5ad157849bad82c3095217727ae8718ab7304d10 authored about 10 years ago by Alex Harpin <[email protected]>
0.14.0+vyos1+helium17

e0811107b3734dbf775679ca856722b912000cce authored about 10 years ago by Daniil Baturin <[email protected]>
Merge pull request #3 from cyclops8456/helium

vyatta-op: fix for the config file copy via scp failure

03c0eb3945804639e3a2064b0ba204a17b0f4b48 authored about 10 years ago by Daniil Baturin <[email protected]>
vyatta-op: fix for the config file copy via scp failure

Copying the config file (or any other for that matter via the CLI copy
command) to another host ...

d843d87120115a6af5be704107bea46b73be5fb1 authored about 10 years ago by Alex Harpin <[email protected]>
vyatta-op: formatting changes for style consistency

Update scripts/vyatta-image-tools.pl to have consistent identation
levels and style throughout.

167c2e9c13550ee4867df56344ef3fa6d2fb6bcb authored about 10 years ago by Alex Harpin <[email protected]>
0.14.0+vyos1+helium16

99bd18da9a6c1c91f5b2847840888b9d3e889903 authored over 10 years ago by Daniil Baturin <[email protected]>
Add an option to disable inotify to fail -f commands.

OverlayFS doesn't work well with inotify.

75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7 authored over 10 years ago by Daniil Baturin <[email protected]>
0.14.0+vyos1+helium15

b6bd78467c5b729a4e073432e5776917abb57a5f authored over 10 years ago by Daniil Baturin <[email protected]>
Merge pull request #2 from upa/helium-vxlan-cli

Add vxlan support

7d41b5131c5628cc99f952bd6d5eeca277ab8034 authored over 10 years ago by Daniil Baturin <[email protected]>