Age | Commit message (Expand) | Author |
2022-11-03 | Merge pull request #1633 from sarthurdev/fqdn | Christian Poessinger |
2022-11-03 | nat: T1877: T970: Add firewall groups to NAT | sarthurdev |
2022-11-03 | firewall: T970: Refactor domain resolver, add firewall source/destination `fq... | sarthurdev |
2022-11-01 | op-mode: T4791: decamelize raw output of 'show_*' before normalization | John Estabrook |
2022-10-28 | Merge pull request #1624 from dmbaturin/op-mode-bytes | Viacheslav Hletenko |
2022-10-28 | Merge pull request #1619 from jestabro/component-version-string | John Estabrook |
2022-10-28 | T4765: handle non-string fields in the raw op mode output normalizer | Daniil Baturin |
2022-10-28 | T4779: add vyos.util.human_to_bytes | Daniil Baturin |
2022-10-28 | T4291: consolidate component version string read/write functions | John Estabrook |
2022-10-25 | vyos.util: T4773: add camel_to_snake_case conversion | John Estabrook |
2022-10-21 | T4765: support list and primitives in op mode output normalization | create with ansible |
2022-10-20 | T4765: normalize fields only if 'raw' is true; output must be dict | John Estabrook |
2022-10-20 | T4765: normalize dict fields in op mode ouputs | Daniil Baturin |
2022-10-14 | http-api: T4749: transition to config_dict | John Estabrook |
2022-10-09 | firewall: T3907: Fix firewall state-policy logging | sarthurdev |
2022-09-27 | Merge pull request #1560 from nicolas-fort/T4700 | Christian Poessinger |
2022-09-26 | ethernet: T4689: support asymetric RFS configuration on multiple interfaces | Christian Poessinger |
2022-09-26 | T4700: Firewall: add interface matching criteria | Nicolas Fort |
2022-09-25 | wireguard: ifconfig: T2653: move Config() import to be local to consumer | Christian Poessinger |
2022-09-25 | wireguard: ifconfig: T2653: use NamedTemporaryFile() when dealing with privat... | Christian Poessinger |
2022-09-24 | ethernet: T3171: enable RPS (Receive Packet Steering) for all RX queues | Christian Poessinger |
2022-09-22 | Merge pull request #1521 from sever-sever/T3476 | Christian Poessinger |
2022-09-22 | Merge pull request #1552 from sarthurdev/nat_refactor | Christian Poessinger |
2022-09-21 | nat: T4605: Refactor static NAT to use python module for parsing rules | sarthurdev |
2022-09-21 | nat66: T4605: Refactor NAT66 to use python module for parsing rules | sarthurdev |
2022-09-21 | nat: T4605: Refactor NAT to use python module for parsing rules | sarthurdev |
2022-09-21 | ipoe: T4678: T4703: rewrite to get_config_dict() | Christian Poessinger |
2022-09-17 | Merge pull request #1546 from nicolas-fort/fwall-jump | Christian Poessinger |
2022-09-17 | wireguard: T4702: actively revoke peer if it gets disabled | Christian Poessinger |
2022-09-17 | pppoe-server: T4703: combine vlan-id and vlan-range into single CLI node | Christian Poessinger |
2022-09-16 | T4699: Firewall: Add jump action in firewall rulest | Nicolas Fort |
2022-09-15 | ethernet: rfs: T4689: remove redundant code | Christian Poessinger |
2022-09-15 | Merge branch 'T4689' of https://github.com/jack9603301/vyos-1x into current | Christian Poessinger |
2022-09-15 | rfs: T4689: Support RFS(Receive Flow Steering) | jack9603301 |
2022-09-14 | Merge pull request #1530 from sever-sever/T4679 | Christian Poessinger |
2022-09-14 | openvpn: T4679: Fix incorrect verify local and remote address | Viacheslav Hletenko |
2022-09-13 | firewall: T4605: Rename filter tables to vyos_filter | sarthurdev |
2022-09-12 | Revert "rfs: T4689: Support RFS(Receive Flow Steering)" | Christian Poessinger |
2022-09-12 | rfs: T4689: Support RFS(Receive Flow Steering) | jack9603301 |
2022-09-07 | update-check: T3476: Allow update-check for VyOS images | Viacheslav Hletenko |
2022-09-07 | T1024: Firewall and Policy route: add option to match dscp value, both on fir... | Nicolas Fort |
2022-09-03 | Merge branch 'firewall' into current | Christian Poessinger |
2022-09-03 | firewall: T4651: re-implement packet-length CLI option to use <multi/> | Christian Poessinger |
2022-09-02 | bonding: T4668: fix live bonding member add or remove | initramfs |
2022-09-02 | Merge branch 'T4651' of https://github.com/nicolas-fort/vyos-1x into firewall | Christian Poessinger |
2022-09-01 | Firewall: T4651: Change proposed cli from ip-length to packet-length | Nicolas Fort |
2022-08-30 | firewall: T4655: implement XML defaultValue for name and ipv6-name | Christian Poessinger |
2022-08-30 | Merge pull request #1509 from zdc/T4657-sagitta | Daniil Baturin |
2022-08-30 | Merge pull request #1506 from sever-sever/T4655 | Christian Poessinger |
2022-08-30 | opmode: T4657: fixed opmode with return type hints | zsdc |