Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-17 | Rename show-igmpproxy.py -> show_igmpproxy.py | Christian Poessinger | |
2018-11-17 | T1016: fix IPv4/IPv6 dhcp relay restart command | Christian Poessinger | |
Current implementation referred to a no longer existing Perl script to restart the IPv4 and IPv6 instance of dhcrelay. > restart dhcp relay-agent > restart dhcpv6 relay-agent | |||
2018-11-17 | Lint fixup of opmode XML indention | Christian Poessinger | |
2018-11-09 | T835: accel-ppp pppoe implementation | hagbard | |
2018-11-04 | T959: XML/Python rewrite of "protocol igmp-proxy" and op-mode commands | Christian Poessinger | |
Examples: ========= CFG commands: vyos@vyos# set protocols igmp-proxy disable-quickleave vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.16.35.0/24' vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.31.0.0/24' vyos@vyos# set protocols igmp-proxy interface eth0 role 'upstream' vyos@vyos# set protocols igmp-proxy interface eth1 role 'downstream' vyos@vyos# show protocols igmp-proxy { disable-quickleave interface eth0 { alt-subnet 172.16.35.0/24 alt-subnet 172.31.0.0/24 role upstream } interface eth1 { role downstream } } OP mode commands: ----------------- vyos@vyos:~$ show ip multicast interface Interface BytesIn PktsIn BytesOut PktsOut Local eth0 0.0b 0 0.0b 0 xxx.xxx.xxx.65 eth1 0.0b 0 0.0b 0 xxx.xxx.xx.201 vyos@vyos:~$ show ip multicast mfc Group Origin Pkts Bytes Wrong In Out xxx.x.xx.1 xxx.xx.0.1 10 9.81KB 0 eth0 eth1 xxx.x.xx.2 xxx.xx.0.1 -- | |||
2018-11-04 | show-raid.xml: fixup indention | Christian Poessinger | |
2018-10-29 | T240: system integrity check | hagbard | |
2018-10-28 | T931: fix passing arguments to tcpdump filter option. | Daniil Baturin | |
We need to pass all completion words rather than just the first since filters can contain whitespace. | |||
2018-10-17 | Update show-bridge.xml | Daniil Baturin | |
2018-09-30 | Added show like all the other nodes have | hagbard | |
2018-09-30 | Added descriptive information for show wireguard | hagbard | |
2018-09-21 | Merge pull request #40 from alkersan/clear_term | Christian Poessinger | |
T689: Moved clear console and reset terminal ops from vyatta-op | |||
2018-09-04 | T823: extend the new DHCP op mode. | Daniil Baturin | |
2018-09-02 | Merge remote-tracking branch 'upstream/current' into T793 | hagbard | |
2018-09-02 | T822: add sudo to tcpdump commands | Daniil Baturin | |
to make them use correct PATH now, and to enable getting rid of capabilities later. | |||
2018-09-01 | T427: wireguard support | hagbard | |
* renamed opmode script wireguard_key.py to wireguard.py | |||
2018-08-31 | T793: preshared key op-mode parts | hagbard | |
2018-08-28 | T793: changed op-mode script from wireguard_key.py to wireguard.py | hagbard | |
2018-08-27 | T793: wiregurard preshared-key op-mode script and interface implementation | hagbard | |
2018-08-23 | T689: Moved clear console and reset terminal ops from vyatta-op | Dmytro Aleksandrov | |
2018-08-22 | Merge pull request #39 from hagbard-01/current | Daniil Baturin | |
T790: wireguard: add status commands | |||
2018-08-21 | T689: Moved force arp ops from vyatta-op | Dmytro Aleksandrov | |
2018-08-20 | T790: wireguard: add status commands | hagbard | |
2018-08-20 | Merge pull request #36 from runborg/test | Christian Poessinger | |
T689: Reboot/Poweroff now not working after last changes | |||
2018-08-19 | T689: Reboot/Poweroff now not working after last changes | Runar Borge | |
2018-08-18 | Merge pull request #31 from alkersan/ddns_update | Christian Poessinger | |
T784: Added update dns dynamic operation | |||
2018-08-18 | T784: Added update dns dynamic operation | Dmytro Aleksandrov | |
2018-08-17 | change xml name for op mode, since it will support non key-management ↵ | hagbard | |
related commands in the future as well | |||
2018-08-17 | T689: Added ntp and date op mode definition | Dmytro Aleksandrov | |
2018-08-17 | Merge pull request #29 from runborg/current | Christian Poessinger | |
T689: Rewritten poweroff/reboot script to use systemd-shutdownd service | |||
2018-08-17 | T689: poweroff/reboot added brackets around HH:MM help text | Runar Borge | |
2018-08-17 | T689: Added support for specifying date on poweroff and reboot | Runar Borge | |
2018-08-16 | T689: Undoing help text change on reboot and poweroff commands | Runar Borge | |
2018-08-16 | T689: Rewritten poweroff/reboot script to use systemd-shutdownd service | Runar Borge | |
2018-08-11 | T427: wireguard support | hagbard | |
- 'generate wireguard keypair' added - 'show wireguard [pubkey|privkey]' added | |||
2018-07-29 | T758: add 'show dns dynamic status' op mode command | Christian Poessinger | |
2018-07-27 | T666, T616: new implementation of the VRRP CLI. | Daniil Baturin | |
2018-06-24 | T689: Removed 'show host os', if anyone wants kernel information i think ↵ | Runar Borge | |
they know about 'uname -a' and because upgrading kernel in vyos is not allowed outsude the release schedule kernel information shoild be maintained inside the vyos install package. | |||
2018-06-24 | T689: Removed show host date, it's a duplicate of show date | Runar Borge | |
2018-06-23 | Merge branch 'current' of git://github.com/vyos/vyos-1x into current | Runar Borge | |
2018-06-23 | T689: updated xml to reflect filename change in last commit | Runar Borge | |
2018-06-23 | T689, T707: insert sudo where necessary in op mode command definitions. | Daniil Baturin | |
2018-06-17 | rewrite show host to new syntax | Runar Borge | |
2018-06-14 | Merge branch 'snmp-op-mode' into current | Christian Poessinger | |
* snmp-op-mode: T683: Initial version for SNMP op mode command definition in XML | |||
2018-06-14 | T683: Initial version for SNMP op mode command definition in XML | Christian Poessinger | |
2018-06-13 | T689 followup: move the Maya date script to vyos-1x. | Daniil Baturin | |
2018-06-09 | Migrate away from vyatta-config-gen-sets.pl | Runar Borge | |
2018-06-09 | migrate away from vyatta-cpu-summary.pl | Runar Borge | |
2018-06-09 | Migrate away from vyatta-interfaces.pl | Runar Borge | |
2018-06-08 | T689: Changed syntax on 'show arp XXX' to 'show arp interface XXX' to be ↵ | Runar Borge | |
compatible with the new parser |