Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | dhcp: T3237: add constraint to static-mapping mac-address node | Christian Poessinger | |
The format of the CLI specified MAC address was not validated as only addresses with a colon as seperator are supported. Constraint has been added. | |||
2021-01-20 | ospf: add skeleton for new XML/Python based implementation | Christian Poessinger | |
2021-01-16 | bgp: T3222: Fix help descriptions for dampening | sever-sever | |
2021-01-16 | vrf: T31: migrate to get_config_dict() | Christian Poessinger | |
2021-01-16 | Merge pull request #677 from jack9603301/T3137 | Christian Poessinger | |
bridge: T3137: Let VLAN aware bridge approach the behavior of professional equipment | |||
2021-01-16 | bridge: T3137: Improved verification logic | jack9603301 | |
2021-01-15 | tunnel: T3173: path MTU discovery option should be valueless | Christian Poessinger | |
2021-01-15 | Merge branch 'T3173' of https://github.com/sever-sever/vyos-1x into pmtu | Christian Poessinger | |
* 'T3173' of https://github.com/sever-sever/vyos-1x: tunnel: T3173: Add nopmtudisc parameter for tunnels conf-mode | |||
2021-01-15 | bridge: T3137: Let VLAN aware bridge approach the behavior of professional ↵ | jack9603301 | |
equipment According to the consensus, the specific behavior of a VLAN aware bridge should conform to the behavior of professional equipment. This commit makes a significant change to the behavior of VLAN aware bridge, and has the following behaviors: 1. Disable `vif 1` configuration 2. When the VLAN aware bridge is enabled, the parent interface is always VLAN 1 3. When `native-vlan` is not configured, the default behavior of the device is `native-vlan 1` 4. The VLAN ids forwarded by the bridge are determined by `vif` 5. It has an `enable-vlan` node to enable VLAN awareness 6. VLAN configuration is allowed only when VLAN aware bridge is activated | |||
2021-01-15 | Revert "T3165: use a separate file for "base" CLI nodes." | Daniil Baturin | |
2021-01-14 | bgp: T2174: enable new implementation | Christian Poessinger | |
2021-01-14 | Merge pull request #673 from dmbaturin/separate-base-nodes | Christian Poessinger | |
T3165: use a separate file for "base" CLI nodes. | |||
2021-01-13 | ssh: T3212: do not make /run/sshd directory disappear on failure | Christian Poessinger | |
2021-01-13 | bgp: T2174: xml cleanup, re-use more includable snippets | Christian Poessinger | |
2021-01-13 | bgp: T2174: bugfix FRR template generation | Christian Poessinger | |
2021-01-12 | Merge pull request #679 from sever-sever/T3210 | Christian Poessinger | |
is-is: T3210: Fix three-way-handshake | |||
2021-01-12 | bgp: T2387: single-source xml templates to improve reusability | Christian Poessinger | |
2021-01-12 | is-is: T3210: Fix three-way-handshake | sever-sever | |
2021-01-12 | bgp: T2387: Fix template for bgp redistribute proto ospv3 | sever-sever | |
2021-01-10 | tunnel: T3173: Add nopmtudisc parameter for tunnels conf-mode | sever-sever | |
2021-01-08 | xml: convert tab to space in "system login" | Christian Poessinger | |
2021-01-07 | login: radius: T3192: migrate to get_config_dict() | Christian Poessinger | |
2021-01-07 | login: radius: T3192: support IPv6 server(s) and source-address | Christian Poessinger | |
2021-01-07 | xml: include: provide generic include for disable node | Christian Poessinger | |
2021-01-07 | xml: radius: T3192: split individual nodes to discrete includes | Christian Poessinger | |
Provide more re-usable nodes for future implementations. | |||
2021-01-07 | T3165: use a separate file for "base" CLI nodes. | Daniil Baturin | |
2021-01-05 | Merge pull request #667 from Cheeze-It/current | Christian Poessinger | |
ISIS: T3156: Adding segment routing for ISIS | |||
2021-01-05 | ISIS: T3156: Adding segment routing for ISIS | Cheeze_It | |
In this commit we add the segment routing portion for ISIS. There's also an additional check that is added so that the global block label ranges are properly configured. Also added traffic engineering configurations as well. | |||
2021-01-04 | tunnel: T3185: Fix completionHelp for local-ip | sever-sever | |
2021-01-02 | ddclient: T2858: no need to add a discrete priority | Christian Poessinger | |
2021-01-02 | ddclient: T3175: update supported protocol list | Christian Poessinger | |
2021-01-01 | ethernet: T3171: add CLI option to enable RPS (Receive Packet Steering) | Christian Poessinger | |
set interfaces ethernet <interface> offload rps | |||
2021-01-01 | xml: ethernet: fix valueHelp format strings | Christian Poessinger | |
In addition to commit 19161b72 ("xml: fix valueHelp format strings") adjust the ethernet link-speed and ring-buffer completion helpers. | |||
2020-12-30 | xml: completion-help: add source-address completion helper | Christian Poessinger | |
Commit bbc2a157 ("xml: completion-help: add helper for all local assigned IP addresses") added a completionHelper script listing all local assigned IPv4/IPv6 addresses. This commit extends the system to also list the available addresses for the source-address CLI nodes. | |||
2020-12-29 | ethernet: T1466: add EAPoL support | Christian Poessinger | |
2020-12-29 | xml: use new valueHelp format identifier "filename" | Christian Poessinger | |
2020-12-29 | xml: T1466: provide common includes for SSL certificate CLI nodes | Christian Poessinger | |
Gather all SSL certificate, ca and key nodes into a single representation of XML which can be #included into the XML definitions of the CLI interface to be rendered. | |||
2020-12-28 | webproxy: T563: squidguard: support default ruleset | Christian Poessinger | |
2020-12-28 | webproxy: T563: op-mode: initial command support | Christian Poessinger | |
2020-12-28 | webproxy: T563: add squidguard body | Christian Poessinger | |
2020-12-28 | webproxy: T563: improve handling of cache-peers | Christian Poessinger | |
2020-12-28 | webproxy: T563: migrate from old Perl code to XML and get_config_dict() | Christian Poessinger | |
Basic proxy functionality is working but the squidguard smoketest still fails as this is yet not implemented. | |||
2020-12-28 | xml: completion-help: add helper for all local assigned IP addresses | Christian Poessinger | |
This replaces the Python script by a bash variant which is much faster as the Python interpreter does not need to be launched on invocation. | |||
2020-12-27 | xml: fix valueHelp format strings | Christian Poessinger | |
A pre-defined list of common format strings to be used inside the <format> node of <valueHelp> is available from [1]. Adjust all currently in use <format> nodes to re-use the predefined strings over writing them on their own by even encapsulating the <> signs as < and >. [1]: https://github.com/vyos/vyatta-cfg/blob/5aec1a0429f2f/etc/bash_completion.d/vyatta-cfg#L515-L566 | |||
2020-12-27 | ntp: T623: add missing constraints for server tagNode | Christian Poessinger | |
2020-12-25 | nat: T3092: add u32 qualifier in front of rule id | Christian Poessinger | |
2020-12-23 | Merge branch 'xdp' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'xdp' of github.com:c-po/vyos-1x: bond: T2666: enable XDP support xml: include: accel: convert dos/unix line endings xdp: T2666: move CLI node to "interfaces ethernet <eth> xdp" xdp: T2666: require at least 2 TX queues | |||
2020-12-23 | bond: T2666: enable XDP support | Christian Poessinger | |
2020-12-23 | xml: include: accel: convert dos/unix line endings | Christian Poessinger | |
2020-12-23 | xdp: T2666: move CLI node to "interfaces ethernet <eth> xdp" | Christian Poessinger | |