Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-05 | broadcast-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | openvpn: improve value help on ipfix | Christian Poessinger | |
2020-04-05 | flow-accounting: improve value help on ipfix | Christian Poessinger | |
2020-04-05 | flow-accounting: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | lldp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | snmp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | sstp: T2230: add Jinja2 trim_blocks Environment option | Christian Poessinger | |
2020-04-05 | ssh: T2230: add Jinja2 trim_blocks Environment option | Christian Poessinger | |
2020-04-05 | l2tp: T2230: add Jinja2 trim_blocks Environment option | Christian Poessinger | |
2020-04-05 | dns-forwarding: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcp-server: T2230: rename template dir from dhcp -> dhcp-server | Christian Poessinger | |
2020-04-05 | dhcpv6-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcpv6-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wireless: T2212: bugfix for BF-ANTENNA and SOUNDING-DIMENSION flags | alainlamar | |
VHT flags deal with many variables which depend on antenna count and supported features. BF-ANTENNA-(2|3|4) and SOUNDING-DIMENSION-(2|3|4) were not dealt with correctly. IEEE 802.11ac (VHT) supports at least 1 antenna and up to 8 antennas at most. The hsotapd VHT flags may support as many but most do not. Therefore, we need to be picky here... | |||
2020-04-05 | ifconfig: l2tpv3: T1823: fix remaining errors in config syntax | Christian Poessinger | |
Commit b5310b0 ("ifconfig: l2tpv3: T1823: fix configuration build syntax") did not cover all parts of the l2tpv3 config. Some parts when e.g. adjusting l2tpv3 addresses after the tunnel was created did fail with the same error. This has been fixed. | |||
2020-04-05 | ntp: T2230: fix wrong import statement | Christian Poessinger | |
Commit 579275e ("ntp: T2230: move inlined templates to dedicated files") altered the import statements for forgot to adjust the code. | |||
2020-04-05 | dhcp-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | sstp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | l2tp: convert to PEP8 style | Christian Poessinger | |
2020-04-05 | ntp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | ssh: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | T2230: confert dos to unix line endings | Christian Poessinger | |
2020-04-05 | l2tp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wireless: T1627: add imports from netaddr | Christian Poessinger | |
Commit 3d978249b313 ("wireless: T1627: move Jinja2 templates to data/templates folder") remove a wildcard import statement which is required for MAC address modification for the AP. | |||
2020-04-05 | Merge branch 't2206-wireguard' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't2206-wireguard' of github.com:c-po/vyos-1x: wireguard: T2228: support ports less then 1024 wireguard: T2206: add valueHelp for listen port wireguard: T2206: split endpoint node into address and port wwan: migrate: fix comment | |||
2020-04-05 | wireguard: T2228: support ports less then 1024 | Christian Poessinger | |
2020-04-05 | wireguard: T2206: add valueHelp for listen port | Christian Poessinger | |
2020-04-05 | wireguard: T2206: split endpoint node into address and port | Christian Poessinger | |
WireGuard has been the only subsystem combining a remote ip address and a remote port number into a single node. This is bad as there is no possiblity for the XML based input validation for IP address and port numbers. That's the reason the peer endpoint node goets migrated into a peer address and a peer port node utilizing the embedded syntax node checking for IP addresses and port ranges. | |||
2020-04-05 | wwan: migrate: fix comment | Christian Poessinger | |
2020-04-05 | wwan: T1988: remove trailing whitespace in XML | Christian Poessinger | |
2020-04-05 | wireless: T1627: add missing import | Christian Poessinger | |
Commit 3d978249b313c ("wireless: T1627: move Jinja2 templates to data/templates folder") made use of a new library function (chown_file) from vyos.util, unfortunately the required import was somehow not added into the patch. | |||
2020-04-05 | Merge pull request #304 from DmitriyEshenko/cur-pim-igm-p2 | Christian Poessinger | |
pim: T1729: Add dr-priority and IGMP join support | |||
2020-04-04 | pim: T1729: Add dr-priority and IGMP join support | DmitriyEshenko | |
2020-04-04 | wireless: T1627: move Jinja2 templates to data/templates folder | Christian Poessinger | |
2020-04-04 | vyos.util: rename chmod_x_file() to chmod_x() | Christian Poessinger | |
Now both files and directories are supported. | |||
2020-04-04 | vrf: T2221: when deleting vrf also delete unreachable route | Christian Poessinger | |
If the unreachable routes for IPv4 and IPv6 are not deleted, there will be an error when creating the same VRF again after removal. Error changing VRF: Command '['sudo', 'ip', '-4', 'route', 'del', 'vrf', 'Blue', 'unreachable', 'default', 'metric', '4278198272']' returned non-zero exit status 2. | |||
2020-04-04 | vrf: T2221: only set l3mdev when changed | Christian Poessinger | |
2020-04-04 | vxlan: T2172: remove group or remote check in verify() | Christian Poessinger | |
This is a low level requirement for supporting l2vpn evpn. | |||
2020-04-04 | Merge pull request #302 from thomas-mangin/T2190 | Christian Poessinger | |
ifconfig: T2190: option to prevent Interface creation | |||
2020-04-04 | Merge pull request #303 from alainlamar/T2211 | Christian Poessinger | |
wireless: T2211: bugfix: vht_oper_chwidth was not set in hostapd config | |||
2020-04-04 | Merge pull request #299 from thomas-mangin/T2205 | Christian Poessinger | |
ifconfig: T2205: silence ethtool harmless failures | |||
2020-04-04 | Merge pull request #298 from jjakob/openvpn-multihome | Christian Poessinger | |
openvpn: T2222: set 'multihome' option when local-host is unset | |||
2020-04-04 | Merge pull request #301 from alainlamar/T2208 | Christian Poessinger | |
wireless: T2208: bugfix: errors in the XML and Python file | |||
2020-04-04 | openvpn: T2184: skip unactive interface | Thomas Mangin | |
Should the openvpn status file not be present, present a blank interface. | |||
2020-04-04 | wireless: T2211: bugfix: Bugfix for the bugfix: set no defaults | Alain Lamar | |
When any defaults are set, VHT capabilities are automatically assumed for all WiFi modes which does not match the reality. Therefore we must leave this undefined by default. | |||
2020-04-04 | pppoe: T2219: support adding default route to VRF | Christian Poessinger | |
2020-04-04 | wireless: T2211: bugfix: vht_oper_chwidth was not set in hostapd config | Alain Lamar | |
When operating in certain modes, channel width must be configured for WiFi interfaces. The hostapd config does this in two separate lines which must both be configured: vht_oper_chwidth=(0|1|2|3) vht_capab+=[VHT160] for 160MHz in one block or vht_capab+=[VHT160-80PLUS80] for 160MHz as 2x 80MHz in two separate blocks. | |||
2020-04-04 | wwan: T2219: rework route add to VRF | Christian Poessinger | |
The old implementation actually did not work as the Quotes "" around the "vrf foo" statement got actually lost in translation. | |||
2020-04-04 | wireless: T2208: bugfix: errors in the XML and Python file | Alain Lamar | |
Commits to "interfaces wireless wlanX capabilities vht link-adaptation (unsolicited|both)" always failed. |