Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2020-12-02 | op-mode: lldp: T3104: bugfix AttributeError on multiple hosts/network | Christian Poessinger | |
2020-12-02 | Merge pull request #629 from runborg/newfrr | Christian Poessinger | |
T3103: Extended vyos.frr without multiline regex | |||
2020-12-02 | T3103: Extended vyos.frr without multiline regex | Runar Borge | |
using multiline regexes are quite hard to "read" and are really easy to mess up, this commit adds a new more pythonic implementation of the library that do not need any multiline regexes. | |||
2020-12-01 | Merge pull request #628 from DmitriyEshenko/1x-fix-nat | Christian Poessinger | |
nat: T3102: Check key in dictionary | |||
2020-12-01 | nat: T3102: Check key in dictionary | DmitriyEshenko | |
2020-12-01 | smoketest: dhcp: T3100: verify remaining pool options | Christian Poessinger | |
2020-12-01 | vpn: ipsec: T3093: add XML for vpn ipsec conf-mode | Viacheslav Hletenko | |
2020-12-01 | smoketest: dhcp: T3100: test multiple shared-network-name definitions | Christian Poessinger | |
2020-12-01 | smoketest: dhcp: T3100: add testcase for static host mappings | Christian Poessinger | |
2020-12-01 | smoketest: dhcp: T3100: add initial testcase for a single pool | Christian Poessinger | |
2020-12-01 | dhcp: T3100: fix template indention levels | Christian Poessinger | |
2020-12-01 | dhcpv6: T1433: combine templates for v4 and v6 | Christian Poessinger | |
2020-11-30 | Merge pull request #624 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add ethernet vif sub interface MPLS enable | |||
2020-11-30 | mpls-conf: T915: Add ethernet vif MPLS enable | Cheeze_It | |
In this commit we added ethernet sub interface MPLS enablement. Per request by @bbs2web, this functionality is now possible. This should now allow ethernet switched networks with VLAN tags to also allow for MPLS packet flow. | |||
2020-11-30 | Merge pull request #612 from sever-sever/T1316 | Daniil Baturin | |
frr-isis: T1316: Add new routing feature ISIS | |||
2020-11-30 | frr-is-is: T1316: Add new routing feature IS-IS | sever-sever | |
2020-11-30 | Merge pull request #625 from erkin/current | Daniil Baturin | |
limericks: Fix typos and rhyme | |||
2020-11-30 | limericks: Fix typos and rhyme | erkin | |