Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-11-30 | GitHub: update PR template with additional notes | Christian Poessinger | |
2020-11-30 | CONTRIBUTING: extend guidelines with samples from the documentation | Christian Poessinger | |
2020-11-29 | dhcpv6-relay: T3095: improve verify() | Christian Poessinger | |
- Upstream interfaces require a DHCPv6 server to be configured - Listen interface must have a a global unicast address assigned, else ISC dhcrelay won't start. | |||
2020-11-29 | dhcpv6-relay: T3095: migrate service to get_config_dict() | Christian Poessinger | |
2020-11-29 | smoketest: dhcpv6-relay: T3095: verify the verify() section | Christian Poessinger | |
2020-11-29 | smoketest: dhcpv6-relay: T3095: initial tests | Christian Poessinger | |
2020-11-29 | smoketest: dhcp-relay: T3095: remove non referenced function from unittest | Christian Poessinger | |
2020-11-29 | ntp: T2297: support configuration of NTP pool | Christian Poessinger | |
set system ntp server <server> pool | |||
2020-11-29 | Merge branch 'dhcp-relay' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'dhcp-relay' of github.com:c-po/vyos-1x: dhcp-relay: T3095: migrate service to get_config_dict() smoketest: dhcp-relay: T3095: initial tests | |||
2020-11-29 | dhcp-relay: T3095: migrate service to get_config_dict() | Christian Poessinger | |
2020-11-29 | smoketest: dhcp-relay: T3095: initial tests | Christian Poessinger | |
2020-11-28 | Merge pull request #623 from c-po/nat | Christian Poessinger | |
nat: T3092: migrate to get_config_dict() | |||
2020-11-28 | Merge pull request #622 from c-po/github-pr-template | Christian Poessinger | |
Add GitHub Pull Request template | |||
2020-11-28 | nat: T3092: migrate to get_config_dict() | Christian Poessinger | |
The NAT system consists out of nested tag nodes which makes manual parsing very hard. This is a perfect candidate for migrating this to get_config_dict() as there is already a smoketest in place. In addition this should make it easier to add features like static nat/hairpin. | |||
2020-11-28 | system: T3038: remove /dev/console from loadkeys | Christian Poessinger | |
/dev/console is not always present, e.g. on headless devices like an APU4. | |||
2020-11-28 | smoketest: pppoe-server: drop superfluous import | Christian Poessinger | |
2020-11-28 | GitHub: add initial Pull Request template | Christian Poessinger | |
2020-11-28 | vyos.template: T2720: fix remaining in-line time_block syntax | Christian Poessinger | |
Commit a2ac9fac ("vyos.template: T2720: always enable Jinja2 trim_blocks feature") globally enabled the trim_blocks feature. Some templates still used in-line trim_blocks "{%"- or "-%}" which caused miss-placed line endings. This is fixed by removing all in-line trim_block statememnts of Jinja2 templates. | |||
2020-11-27 | vyos.template: T2720: fix resolv.conf trim blocks | Christian Poessinger | |
After commit a2ac9fac16eeb626d3969092fecf463650750640 remove no longer required template trim block statements. | |||
2020-11-27 | Merge pull request #508 from jack9603301/current | Christian Poessinger | |
arping: T2715: Duplicate address detection option supporting ARP | |||
2020-11-27 | vyos.template: T2720: always enable Jinja2 trim_blocks feature | Christian Poessinger | |
2020-11-27 | igmp-proxy: T3088: migrate to get_config_dict() | Christian Poessinger | |
2020-11-27 | vyos.configdict: T2665: add task id comment for later refactoring | Christian Poessinger | |
2020-11-27 | smoketest: igmp-proxy: T3088: initial testcases | Christian Poessinger | |
2020-11-27 | Merge pull request #618 from DmitriyEshenko/fix-igmp-pim | Daniil Baturin | |
pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-prox… | |||
2020-11-26 | pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-proxy conflict | DmitriyEshenko | |
2020-11-26 | tunnel: T3072: remove bridgable variable as this is already set by the base ↵ | Christian Poessinger | |
class | |||
2020-11-26 | wireguard: T2653: interface is not bridgeable | Christian Poessinger | |
FileNotFoundError: [Errno 2] failed to run command: ip link set dev wg01 master br0 | |||
2020-11-24 | arping: T2715: Duplicate address detection option supporting ARP | jack9603301 | |
2020-11-23 | mpls-conf: T915: fix Python format string after refactoring | Cheeze-It | |
2020-11-23 | tunnel: T3072: 'gre' devices do not support bridging | Christian Poessinger | |
2020-11-23 | bridge: T2875: handle OS exception when wifi interface does not support bridging | Christian Poessinger | |
2020-11-23 | op-mode: wireless: T3084: fix TypeError | Christian Poessinger | |
2020-11-23 | mpls: T915: unclutter verify() code by using "not" statements | Christian Poessinger | |
2020-11-23 | mpls: T915: replace os.system() calls with vyos.util.call() | Christian Poessinger | |
Also drop the Python2 print formatting code in favour of Python3 formatted strings. | |||
2020-11-23 | mpls: T915: drop superfluous "-%}" from Jinja2 template | Christian Poessinger | |
Trimming blocks manually is not needed as the renderer is already called with the 'trim_blocks' option. |