Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-12 | mpls: T915: Fix spelling error on IPv6 import filter | Cheeze-It | |
2020-12-10 | smoketest: webproxy: prepare for vyos-1x rewrite | Christian Poessinger | |
2020-12-10 | test: vyos.validate: check is_addr_assigned() | Christian Poessinger | |
2020-12-10 | smoketest: webproxy: add initial tests | Christian Poessinger | |
2020-12-10 | vti: T3123: Fix missed ip-ipv6 node options | Viacheslav Hletenko | |
2020-12-09 | dns: T3121: recursion zone bugfix | NEOMorphey | |
2020-12-09 | Merge pull request #639 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add LDP import and export control | |||
2020-12-08 | mpls-conf: T915: Add LDP import and export control | Cheeze_It | |
In this commit we added the ability to control import and export of LDP FECs. This allows for an operator to specify which to filter on ingress, and which to not announce on egress. | |||
2020-12-08 | openvpn: T3117: fix generated ncp-ciphers in server config | Christian Poessinger | |
2020-12-08 | Merge pull request #633 from jack9603301/T3089 | Christian Poessinger | |
mirror: T3089: support two-way traffic mirroring | |||
2020-12-08 | Merge pull request #637 from sever-sever/T2174 | Christian Poessinger | |
bgp: T2174: Fix Template. Update to use FRRConfig framework | |||
2020-12-08 | bgp: T2174: Fix Template. Update to use FRRConfig framework | sever-sever | |
2020-12-08 | mirror: T3089: support two-way traffic mirroring | jack9603301 | |
2020-12-07 | system: T3119: migrate "system ip" to get_config_dict() incl. smoketest | Christian Poessinger | |
2020-12-07 | vyos.ifconfig: T1579: keep IPv6 link-local address on reconfiguration #2 | Christian Poessinger | |
This is the second attempt after commit d247736f ("vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconfiguration"). We only clean out link-local IPv6 addresses left over after an interface MAC change. | |||
2020-12-07 | Merge pull request #636 from c-po/t2562-dhcp | Christian Poessinger | |
dhcp: T2562: add "listen-address" CLI node for better DHCP relay support | |||
2020-12-06 | vyos.validate: T1579: support prefix length in is_ipv6_link_local() | Christian Poessinger | |
Function can now be called with a prefix length like 2001:db8::1/64 | |||
2020-12-06 | Merge pull request #635 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add LDP local label allocation control | |||
2020-12-06 | Revert "vyos.ifconfig: T1579: do not remove IPv6 link-local address on ↵ | Christian Poessinger | |
reconfiguration" This reverts commit d247736f67cc056062b75a4215a031bebcfee2ee. We need to clean link-local IPv6 addresses on link reconfiguration to also drop no longer existing link-local addresse son MAC address change. | |||
2020-12-06 | smoketest: interface: move to Python3 'f'ormatted string | Christian Poessinger | |
2020-12-06 | migration: interfaces: remove superfluous imports | Christian Poessinger | |
2020-12-06 | dhcpv6-relay: T3095: is_ipv6_link_local() now supports a prefix length | Christian Poessinger | |
2020-12-06 | vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconfiguration | Christian Poessinger | |
2020-12-06 | dhcpv6: T3100: migrate server configuration to get_config_dict() | Christian Poessinger | |
2020-12-06 | smoketest: dhcpv6: T3100: verify prefix-delegation config | Christian Poessinger | |
2020-12-06 | smoketest: dhcpv6: T3100: add initial testcase | Christian Poessinger | |
2020-12-06 | dhcp: T2562: add "listen-address" CLI node for better DHCP relay support | Christian Poessinger | |
Running ISC DHCP server as backend server for multiple pools served to relay agents requires DHCPd to explicitly listen on give interfaces or a "transit" subnet declaration facing the network where we receive the DHCPREQ messages on. This implements a new "listen-address" CLI node, the given address is validated if it is assigned to the system and upon success, a proper "subnet { }" statement is added into dhcpd.conf | |||
2020-12-06 | test: vyos.template: test additional templating functions | Christian Poessinger | |
2020-12-06 | dhcp: T3113: bugfix for multiple domain-search entries | Christian Poessinger | |
While rewriting the code to get_config_dict() in commit 84b7ade286 ("dhcp: T3100: migrate server configuration to get_config_dict()") a regression was added not properly joining strings when multiple search-somains had been given. Wrong: domain-search "domain1, domain2"; Correct: domain-search "domain1", "domain2"; | |||
2020-12-06 | mpls-conf: T915: Add LDP local label allocation control. | Cheeze_It | |
In this commit we added the ability to control the local label allocation control for FECs. It allows for the router to not allocate a label for every interface, just the interfaces that are desired by the operator. | |||
2020-12-04 | dhcp: T3100: re-add range slicing support when exclude addresses are used | Christian Poessinger | |
Support was not yet present after the rewrite from commit 84b7ade2 ("dhcp: T3100: migrate server configuration to get_config_dict()") | |||
2020-12-04 | smoketest: dhcp: T3100: check failover configuration | Christian Poessinger | |
2020-12-04 | dhcp: T3100: migrate server configuration to get_config_dict() | Christian Poessinger | |
2020-12-04 | ethernet: T3048: remove "smp-affinity" from CLI | Christian Poessinger | |
Commit 5f5b2808c0a ("ethernet: T3048: drop static smp-affinity for dynamic performance tuning") but the CLI nodes have not been removed. | |||
2020-12-04 | Makefile: fix comment | Christian Poessinger | |
2020-12-04 | pppoe: T3112: drop "ipv6 enable" option | Christian Poessinger | |
IPv6 enable can be considered once the ipv6 node is present! | |||
2020-12-04 | pppoe: T1579: reorganize "ipv6" CLI node include files | Christian Poessinger | |
Switch to common source file for "ipv6 address autoconf" | |||
2020-12-04 | vyos.ifconfig: T1579: migrate "ip source-validation" option from ↵ | Christian Poessinger | |
vyatta-cfg-quagga | |||
2020-12-04 | vlan: xml: T2653: use common include file for ip and ipv6 options | Christian Poessinger | |
2020-12-04 | wwan: T2653: add interface "ip" configuration node | Christian Poessinger | |
2020-12-04 | wireguard: T2653: add interface "ip" configuration node | Christian Poessinger | |
2020-12-04 | Merge pull request #621 from jack9603301/T3089 | Christian Poessinger | |
interface: T3089: Migrate port mirroring to vyos-1x | |||
2020-12-03 | Merge pull request #632 from sever-sever/T3108 | Christian Poessinger | |
smoketest: T3108: Fix regex for count pattern Config | |||
2020-12-03 | smoketest: T3108: Fix regex for count pattern Config | sever-sever | |
2020-12-03 | Merge pull request #631 from DmitriyEshenko/vyos-1x-pim02 | Christian Poessinger | |
pim: igmp: T2744: Define the absolute path to pimd | |||
2020-12-03 | pim: igmp: T2744: Define the absolute path to pimd | DmitriyEshenko | |
2020-12-03 | Merge pull request #630 from sever-sever/T1316 | Christian Poessinger | |
isis: T1316: Fix isis delete section. Use an updated frr framework | |||
2020-12-03 | isis: T1316: Fix isis delete section. Use an updated frr framework | sever-sever | |
2020-12-03 | hostsd: T3105: fix wrong new-line handling after template processor change | Christian Poessinger | |
Commit c87ad948999 ("vyos.template: T2720: fix remaining in-line time_block syntax") did not take into account when there is an if/endif statement on one line, the following new-line will be discarded. | |||
2020-12-03 | interface: T3089: Migrate port mirroring to vyos-1x | jack9603301 | |