summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-22http api: T2096: form of show/generate should be consistent with other cmdsJohn Estabrook
2020-04-22Merge pull request #360 from thomas-mangin/T2186-syslogChristian Poessinger
airbag: T2186: generic syslog and better text
2020-04-22Merge pull request #368 from DmitriyEshenko/mroute-pimChristian Poessinger
mroute: T2364: Implement CLI commands for mroute
2020-04-22Merge pull request #372 from thomas-mangin/T2354Christian Poessinger
tunnel: T2354: do not allow display as bridge option
2020-04-22Merge pull request #370 from thomas-mangin/T2331Christian Poessinger
vrrp: T2331: fix show vrrp
2020-04-22Merge pull request #369 from thomas-mangin/T2361Christian Poessinger
vlan: T2361: delete VLAN but not ethernet
2020-04-21tunnel: T2354: do not allow display as bridge optionThomas Mangin
2020-04-21vrrp: T2331: fix show vrrpThomas Mangin
2020-04-21vlan: T2361: delete VLAN but not ethernetThomas Mangin
2020-04-21mroute: T2364: Implement CLI commands for mrouteDmitriyEshenko
2020-04-21Merge pull request #366 from thomas-mangin/T2350Christian Poessinger
geneve: T2350: fix creation of interface
2020-04-21remote: T2270: correct use of username:passwordJohn Estabrook
2020-04-21vpn: l2tp: T2314: pass proper content variable to render()Christian Poessinger
2020-04-21pppoe-server: T2314: pass proper content variable to render()Christian Poessinger
2020-04-21ipsec: T2317: pass proper content variable to render()Christian Poessinger
2020-04-21geneve: T2350: fix creation of interfaceThomas Mangin
2020-04-21accel-ppp: unify "authentication mode" XML definition to common include fileChristian Poessinger
2020-04-21Merge pull request #365 from thomas-mangin/T2204Christian Poessinger
tunnel: T2204: add source-interface
2020-04-21tunnel: T2204: add source-interfaceThomas Mangin
2020-04-21Merge pull request #364 from jjakob/dhcpv6-op-mode-fixChristian Poessinger
op-mode: T2348: fix restart dhcpv6 server service name
2020-04-21macvlan: pseudo-ethernet: 2341: bugfix empty source-interface on system bootChristian Poessinger
2020-04-21macvlan: T1635: fix source-interface descriptionChristian Poessinger
2020-04-21dns-forwarding: T2298: verify pdns path is existsChristian Poessinger
2020-04-21dhcpv6: T2341: remove obsolete priority causing priority inversionChristian Poessinger
2020-04-21op-mode: T2348: fix restart dhcpv6 server service nameJernej Jakob
2020-04-21Merge pull request #363 from jjakob/dhcpv6-server-fixChristian Poessinger
dhcpv6-server: T2328: fix for service not starting
2020-04-20vyos.util: T2347: call will print output only if non-emptyJohn Estabrook
2020-04-20dhcpv6-server: T2328: fix for service not startingJernej Jakob
- fix wrong unindent - add missing 'else:' - add check for all shared-networks disabled
2020-04-20Merge pull request #361 from jjakob/openvpn-ipv6-proto-fixChristian Poessinger
openvpn: T2339: fix for IPv4 local-host addresses
2020-04-20Merge pull request #362 from thomas-mangin/T2320-fixChristian Poessinger
bridge: T2320: fix to tunnel
2020-04-20bridge: T2320: fix to tunnelThomas Mangin
2020-04-20openvpn: T2339: fix for IPv4 local-host addressesJernej Jakob
Commit bb9f998 introduced a bug where openvpn fails to start if 'local-host' is an IPv4 address due to 'proto' wanting a IPv6 socket. This adds a conditional check and uses normal proto if it's IPv4.
2020-04-20op-mode: dhcp: T2316: bugfix TypeErrorChristian Poessinger
Commit d4b1bc0b ("op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input") uses a different API which caused a TypeError. TypeError: get_leases() missing 1 required positional argument: 'leases'
2020-04-20Merge pull request #359 from sever-sever/dns-for-statChristian Poessinger
dns-forwarding: T2255: Fix op-mode error
2020-04-20Merge pull request #358 from thomas-mangin/T2320Christian Poessinger
bridge: T2320: add to tunnel
2020-04-20airbag: T2186: improve information reportedThomas Mangin
2020-04-20pppoe-server: T2344: fix client static IP assignmentChristian Poessinger
2020-04-20dns-forwarding: T2255: Fix op-mode errorsever-sever
2020-04-20airbag: T2186: generic syslogThomas Mangin
2020-04-20bridge: T2320: add to tunnelThomas Mangin
2020-04-20http api: T2292: handle SIGTERM from systemd restart; raise SIGINTJohn Estabrook
2020-04-20macvlan: pseudo-ethernet: T2341: adjust priority to support bond ↵Christian Poessinger
source-interfaces
2020-04-19xml: T2337: bugfix on missing hw-id nodeChristian Poessinger
Commit 021a2470bd67 ("XML: T2282: clarify on ethernet and wireless hw-id nodes") created a common XML include file out of the MAC address include file which totally blew everything as we now have two "mac" nodes as it was not renamed to "hw-id".
2020-04-19vyos.validate: remove extra print() in is_bridge_member()Christian Poessinger
2020-04-19l2tpv3: fix missing "," within default_config_dataChristian Poessinger
Commit 0e19d622a0410 ("bridge: T2232: move helper to vyos.validate") added a new key to the dictionary but missed out the required "," at the end.
2020-04-19openvpn: T2336: delete auth-user-pass file when interface is unused #2Christian Poessinger
2020-04-19openvpn: T2308: fix path to UNIX control socketChristian Poessinger
Bug introduced in commit b36e6e6 ("openvpn: T2273: migrate from SysVinit to systemd") as not all relevant configuration files have been re-rendered into /run/openvpn.
2020-04-19Revert "openvpn: T2336: delete auth-user-pass file when interface is unused"Christian Poessinger
This reverts commit 26adfd6d0d03af44a03f327478199f3009f2ad3c.
2020-04-19openvpn: T2336: delete auth-user-pass file when interface is unusedChristian Poessinger
Unused means disabled or even deleted - there should be no secrets left-over.
2020-04-19openvpn: T2336: fix auth-user-pass file generationChristian Poessinger
Bug introduced in commit b36e6e6 ("openvpn: T2273: migrate from SysVinit to systemd") as not all relevant configuration files have been re-rendered into /run/openvpn