Age | Commit message (Expand) | Author |
2021-05-29 | ipsec: vti: T2816: Update to use correct VTI mark, code cleanup | Simon |
2021-05-29 | vpn: ipsec: T3093: drop obsolete cleanup_vti_interfaces() function | Christian Poessinger |
2021-05-29 | vti: T1579: only remove the interface when it exists | Christian Poessinger |
2021-05-28 | vti: ipsec: T2816: interfaces must be created using the vyos.ifconfig library | Christian Poessinger |
2021-05-28 | vti: T1579: implement Virtual Tunnel Interfaces using XML and Python | Christian Poessinger |
2021-05-28 | dummy: T2241: minor code cleanup | Christian Poessinger |
2021-05-28 | ipsec: T2816: IPSec python rework, includes DMVPN and VTI support | Simon |
2021-05-27 | dhcp-server: T2669: do not allow overlapping ranges to be created | Christian Poessinger |
2021-05-27 | Merge branch 't3579-conntrack' into current | Christian Poessinger |
2021-05-27 | conntrack: T3579: initial implementation with XML and Python | Christian Poessinger |
2021-05-25 | firewall: T3568: add XML definitions for firewall | Viacheslav Hletenko |
2021-05-24 | tunnel: T3555: add "ignore-df" support for GRE tunnels | Christian Poessinger |
2021-05-24 | isis: T3417: implement domain-password md5 | Christian Poessinger |
2021-05-24 | pseudo-ethernet: T3575: verify parent interface MTU | Christian Poessinger |
2021-05-24 | router-advert: T3561: fix inconsistent use of tabs and spaces in indentation | Christian Poessinger |
2021-05-23 | router-advert: T3561: add support for specific routes | Mark Royds |
2021-05-20 | sysctl: T3565: initial implementation in XML and Python | Christian Poessinger |
2021-05-15 | dhcp-server: T3544: fix FileNotFoundError on first invokation | Christian Poessinger |
2021-05-15 | conntrack: T3535: add keepalived notifications for node transitions | Christian Poessinger |
2021-05-14 | conntrack: T3535: check for VRRP group definition | Christian Poessinger |
2021-05-14 | conntrack: T3535: migrate codebase from vyatta-conntrack-sync | Christian Poessinger |
2021-05-13 | dhcp-server: T3544: test config in IPv4 mode only | Christian Poessinger |
2021-05-13 | dhcp-server: T3544: test newly rendered configuration before restarting daemon | Christian Poessinger |
2021-05-13 | bonding: T3543: add support to configure lact-rate (slow or fast) | Christian Poessinger |
2021-05-09 | bgp: T3530: add hyphen support for peer-group names | Christian Poessinger |
2021-05-08 | policy: T2425: bugfix NameError: name 'name' is not defined | Christian Poessinger |
2021-05-08 | vrf: bgp: T3523: bugfix Kernel route-map deployment | Christian Poessinger |
2021-05-06 | vrf: T3523: fix regex when removing dynamic routing protocols with a kernel r... | Christian Poessinger |
2021-05-05 | isis: T3520: verify interface MTU to be >= lsp-mtu | Christian Poessinger |
2021-05-02 | login: T1948: use long options when calling adduser | Christian Poessinger |
2021-04-30 | bgp: T3504: add support for per-peer graceful shutdown | Christian Poessinger |
2021-04-30 | openconnect: T3461: Delete CA crt file checks | sever-sever |
2021-04-27 | Merge pull request #821 from bstepler/T3502 | Christian Poessinger |
2021-04-27 | ecmp: T3502: fix check for "layer4-hashing" key | Brandon Stepler |
2021-04-27 | bgp: T3503: allow "route-reflector-client" when "remote-as" is "internal" | Brandon Stepler |
2021-04-27 | Merge pull request #818 from sever-sever/T2216-ports | Christian Poessinger |
2021-04-27 | container: T2216: Add binding for ports and volumes | sever-sever |
2021-04-25 | policy: T3497: add verify() that prefix-lists must carry a defined prefix | Christian Poessinger |
2021-04-24 | policy: T2425: verify() must check if a policy is still used | Christian Poessinger |
2021-04-21 | containers: T2216: the first IP address is always reserved for podman | Christian Poessinger |
2021-04-21 | containers: T2216: used "address" must belong to the used container network | Christian Poessinger |
2021-04-21 | containers: T2216: refine implementation | Christian Poessinger |
2021-04-21 | bridge: T2653: remove superfluous "import re" | Christian Poessinger |
2021-04-19 | policy: T2425: verify() route-map match criterias | Christian Poessinger |
2021-04-18 | policy: T2425: verify other policy types and probe for mandatory options | Christian Poessinger |
2021-04-18 | policy: T2425: add common verify() code for all types of policies | Christian Poessinger |
2021-04-18 | policy: T2425: to simplify dictionary use get_first_key=True on get_config_di... | Christian Poessinger |
2021-04-17 | policy: T2425: also modify route-map section when using FRR reload | Christian Poessinger |
2021-04-17 | policy: T2425: re-implement "policy" tree from vyatta-cfg-quagga in XML/Python | Christian Poessinger |
2021-04-15 | protocols: remove superfluous import of vyos.util.call | Christian Poessinger |