Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-06 | util: T2226: rewrite make_password_hash to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: covert most calls from os.system to util | Thomas Mangin | |
As little change a possible but the function call The behaviour should be totally unchanged. | |||
2020-04-06 | util: T2226: improve popen, cmd and add run | Thomas Mangin | |
improves open and cmd adds a new help function run. the extra optional arguments provide all the features of subprocess used by every module of VyOS. popen matches closely subprocess.Popen cmd matches closely subprocess.check_output run matches closely subprocess.call and os.system popen returns the string and errord code cmd returns the string and raise on error (the class can be defined the default is OSError) run returns the return code of the command the options are: shell=None, the code auto-detect is a shell is required decode=None, use .decode() otherwise the encoding will be used env=None, universal_newlines=None: as per subprocess.Popen input=None, timeout=None, stdout=PIPE, stderr=STDOUT, as per Popen.communicate | |||
2020-04-06 | Merge pull request #297 from sever-sever/clear-igmp | Christian Poessinger | |
igmp: T2156:[op-mode] Add clear for igmp/multicast | |||
2020-04-06 | igmp: T2151:[op-mode] Add clear for igmp/multicast | sever-sever | |
2020-04-06 | ipsec: T2230: bugfix code cleanup | Christian Poessinger | |
Commit dbc174d ("ipsec: T2230: move inlined templates to dedicated files") did not remove an inlined function. | |||
2020-04-06 | lldp: use vyos.version over handcrafted open().read().split() code | Christian Poessinger | |
2020-04-06 | ipsec: T2230: bugfix rewriting Jinja2 code | Christian Poessinger | |
Commit dbc174d ("ipsec: T2230: move inlined templates to dedicated files") did not alter existing code which was used for template processing. | |||
2020-04-05 | Merge pull request #306 from alainlamar/T2233 | Christian Poessinger | |
wireless: T2233: bugfix: Typos in Jinja2 syntax | |||
2020-04-05 | ipsec: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | salt-minion: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pim: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | mpls: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | igmp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | ipoe-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pppoe-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pptp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | router-advert: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | system-login: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wifi-regdom: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | vrrp: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | https: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | mdns-repeater: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | vrf: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | bfd: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wireless: T2233: bugfix: Typos in Jinja2 syntax | Alain Lamar | |
2020-04-05 | tftp-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | mdns-repeater: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | https: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | igmp-proxy: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dynamic-dns: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | syslog: T2230: move inlined templates to dedicated files | Christian Poessinger | |
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 | |