Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | [service https] T1443: add service https and service https api | John Estabrook | |
2019-06-16 | T1431: initial implementation of the HTTP API. | Daniil Baturin | |
2019-02-24 | [debian] rules: fix indent | Christian Poessinger | |
2019-02-24 | [tftp] T1261: bugfix listening on multiple IP addesses | Christian Poessinger | |
tftp-hpa which is the TFTP daemon used by VyOS does not support listening on multiple IP adresses. With this limitation we will start one TFTP daemon instance per configured listen-address via systemd. | |||
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-07-27 | T666, T616: new implementation of the VRRP CLI. | Daniil Baturin | |
2018-06-08 | T689: add a basic library for working with network interfaces and support ↵ | Daniil Baturin | |
for interface types to the completion script. | |||
2018-06-06 | T684: add the vyos-config-to-commands script to packaging. | Daniil Baturin | |
2018-05-29 | T667: add a migration script for converting "system gateway-address" to ↵ | Daniil Baturin | |
"protocols static route 0.0.0.0". Code-wise that option was in vyatta-cfg-quagga, but the syntax is inside "system", so let's keep the script under system too. | |||
2018-05-16 | T644: remove prefixing from all scripts and update environment variables ↵ | Daniil Baturin | |
with VyOS paths. | |||
2018-05-16 | Use '_' instead of '-' for python scripts for test | Yuya Kusakabe | |
2018-05-16 | T643: correct the logic for generating node constraints and add emulation of ↵ | Daniil Baturin | |
multiple validation options. | |||
2018-05-14 | T633: build integration and minor fixes in the op mode command generator. | Daniil Baturin | |
2017-09-16 | T395: Implement a numeric value validator | Daniil Baturin | |
2017-09-07 | Oops, accidentally a wrong dir for the python install path. | Daniil Baturin | |
2017-09-07 | Add interface definition for cron and enable templates building in the ↵ | Daniil Baturin | |
makefiles. | |||
2017-08-17 | T353: add the Python library for reading VyOS config to the new package. | Daniil Baturin | |
2017-08-17 | Add empty Debian packaging. | Daniil Baturin | |