Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | https: T2815: adjust for change in certbot config directory | John Estabrook | |
2020-08-19 | certbot: T2815: change config dir to /config/auth/letsencrypt | John Estabrook | |
2020-08-20 | Merge pull request #530 from DmitriyEshenko/1x-anyconnect-fix01 | Christian Poessinger | |
anyconnect: T2811: Return None if anyconnect not configured | |||
2020-08-20 | Merge pull request #531 from sever-sever/T915-timers | Christian Poessinger | |
mpls-ldp: T915: Add discovery hello timers | |||
2020-08-19 | mpls-ldp: T915: Add discovery hello timers | sever-sever | |
2020-08-19 | lldp: op-mode: convert data processing from XML to JSON | Christian Poessinger | |
2020-08-19 | anyconnect: T2811: Return None if anyconnect not configured | DmitriyEshenko | |
2020-08-18 | op-mode: T2791: Add monitor traceroute explicit for ipv4-ipv6 and vrf | Christian Poessinger | |
op-mode: T2791: Add monitor traceroute explicit for ipv4-ipv6 and vrf | |||
2020-08-18 | anyconnect: T2036: add anyconnect VPN support | Eshenko Dmitriy | |
2020-08-18 | op-mode: T2791: Add monitor traceroute explicit for ipv4-ipv6 and vrf | sever-sever | |
2020-08-18 | dhcpv6: T2510: fix missing id-assoc for non temporary address | Christian Poessinger | |
2020-08-18 | lcd: T2564: add support for Lanner, Watchguard, Symantec boxes | Christian Poessinger | |
2020-08-18 | ifconfig: T2653: bugfix when removing DHCP address | Christian Poessinger | |
DHCP service was not stopped when an DHCP address got removed from the interface. DHCP service is now always stopped if it is not configured explicitly. | |||
2020-08-16 | Merge branch 'T2723' of https://github.com/jack9603301/vyos-1x into current | Christian Poessinger | |
* 'T2723' of https://github.com/jack9603301/vyos-1x: tcptraceroute: T2723: Modify port description tcptraceroute: T2723: Improve command line options, support execution without port tcptraceroute: T2723: Support VRF tcptraceroute: T2723: Fix the problem that tcptraceroute6 cannot be executed | |||
2020-08-16 | Merge pull request #510 from efficiosoft/vyos_template_rewrite | Christian Poessinger | |
vyos.template: T2720: Rework vyos.template Python library | |||
2020-08-16 | dhclient: T2277: remove VRF route when DHCP client exits | Christian Poessinger | |
2020-08-16 | ping: op-mode: T2762: always run in default VRF unless defined otherwise | Christian Poessinger | |
When connected to VyOS by SSH through any VRF, every command is executed in the VRF context thus e.g. ping will run in VRF context but no VRF was defined on the CLI. ping should always run in the default VRF no matter where it is executed, unless a VRF instance is explicitly defined by CLI. | |||
2020-08-16 | Merge pull request #523 from jjakob/increase-max-nat-rule-number-T2764 | Christian Poessinger | |
nat: T2764: increase maximum rule number to 999999 | |||
2020-08-15 | dhclient: T2277: retrieve VRF inform from sysfs rather then iproute2 | Christian Poessinger | |
2020-08-15 | Merge branch 't2564-lcd' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't2564-lcd' of github.com:c-po/vyos-1x: lcd: T2564: flatten CLI interface system display: T2564: Added test model system display: T2564: Dictionary code update system display: T2564: Conf files to /run system display: T2564: Changed "duration" to "time" system display: T2564: py code cleanup system display: T2564: Replace "config (enabled|disabled)" with "display disabled" system display: T2564: Lowercase model names system display: T2564 Extend VyOS to support appliance LCDs | |||
2020-08-15 | pseudo-ethernet: T2800: source-interface must not be member of a bridge | Christian Poessinger | |
2020-08-15 | vyos.configverify: no need to call .keys() when searching dict | Christian Poessinger | |
2020-08-15 | vyos.configdict: keep is_member import as local as possible | Christian Poessinger | |
2020-08-15 | pppoe-server: T2796: at least one server interface must be defined | Christian Poessinger | |
Add missing verify() check that at least one interface must be defined to listen to PPPoE data. | |||
2020-08-15 | lcd: T2564: flatten CLI interface | Christian Poessinger | |
* set system lcd device <device> * set system lcd model <modeml> Both device and model have completion helpers for supported interfaces and LCD displays. | |||
2020-08-15 | Merge pull request #526 from jack9603301/T2706 | Christian Poessinger | |
monitor-ndp:T2706: Modify the comment of `monitor ndp type` | |||
2020-08-15 | Merge pull request #525 from sever-sever/T2277 | Christian Poessinger | |
dhclient: T2277: Hook for default route in vrf | |||
2020-08-15 | monitor-ndp:T2706: Modify the comment of `monitor ndp type` | jack9603301 | |
Since the comment was incorrectly applied to the command when writing the command before, modify it here | |||
2020-08-14 | dhclient: T2277: Hook for default route in vrf | sever-sever | |
2020-08-14 | templates: dhcp-client: fix "Autogenerated by" script name | Christian Pössinger | |
Commit 21bc98f1 ("ifconfig: dhcp: T2767: client must not start when interface is disabled") dropped dhcp.py which is now directly handled by interface.py. This change should also be reflected in the generated files. | |||
2020-08-13 | console-server: T2490: use get_first_key=True on get_config_dict() | Christian Poessinger | |
2020-08-13 | ifconfig: dhcp: fix ModuleNotFoundError: No module named 'vyos.ifconfig.dhcp' | Christian Poessinger | |
Commit 21bc98f1 ("ifconfig: dhcp: T2767: client must not start when interface is disabled") dropped the vyos.ifconfig.dhcp module but not removed it from the modules import list. | |||
2020-08-12 | Merge branch 'system-display' of https://github.com/fmertz/vyos-1x into ↵ | Christian Poessinger | |
t2564-lcd * 'system-display' of https://github.com/fmertz/vyos-1x: system display: T2564: Added test model system display: T2564: Dictionary code update system display: T2564: Conf files to /run system display: T2564: Changed "duration" to "time" system display: T2564: py code cleanup system display: T2564: Replace "config (enabled|disabled)" with "display disabled" system display: T2564: Lowercase model names system display: T2564 Extend VyOS to support appliance LCDs | |||
2020-08-12 | ifconfig: dhcp: T2767: client must not start when interface is disabled | Christian Poessinger | |
ISC DHCP client will always place an Interface in admin-up state once it is started. We must ensure that if an interface is placed in A/D state that the DHCP client proccess is not launched and terminated if it is running. | |||
2020-08-11 | tcptraceroute: T2723: Modify port description | jack9603301 | |
In response to #522 request, modify `Perform operations on TCP ports` to `TCP port to connect to for path tracing` | |||
2020-08-10 | host_name: T2784: remove unused imports | John Estabrook | |
2020-08-10 | host_name: T2784: remove unused arg in verify, unneeded arg in get_config | John Estabrook | |
2020-08-10 | Merge pull request #524 from sever-sever/T2779 | Christian Poessinger | |
op-mode:T2779:Fix lldp neigh interface ethX | |||
2020-08-10 | op-mode:T2779:Fix lldp neigh interface ethX | sever-sever | |
2020-08-10 | tcptraceroute: T2723: Improve command line options, support execution ↵ | jack9603301 | |
without port Because the ports of tcptraceroute and tcptraceroute6 do not need to be specified in this feature, modify the command line syntax | |||
2020-08-10 | tcptraceroute: T2723: Support VRF | jack9603301 | |
2020-08-10 | tcptraceroute: T2723: Fix the problem that tcptraceroute6 cannot be executed | jack9603301 | |
2020-08-08 | http api: T1431: update args of call to install-image | John Estabrook | |
commit 3f8884587 added an endpoint for image management; T2753 updated the command line options. Make script call consistent. | |||
2020-08-06 | nat: T2764: increase maximum rule number to 999999 | Jernej Jakob | |
2020-08-04 | ssh: T2651: add cli options for source address | Christian Poessinger | |
When running SSH from the VyOS system the source IP address can be set by: set system options ssh-client source-address x.x.x.x | |||
2020-08-04 | router-advert: T2758: bugfix 'infinity' is not a valid integer number | Christian Poessinger | |
Problem was introduced in commit 740ace13 ("router-advert: T2609: add missing verify() for prefix lifetime"). The 'infinity' literal was not converted to its corresponding integer 0xffffffff (4294967295) for the check. | |||
2020-08-04 | cleanup: convert multiple files from DOS to UNIX line ending | Christian Poessinger | |
2020-08-04 | dhcpv6-pd: T2741: support delegation on non existing interfaces | Christian Poessinger | |
We must ignore any return code when invoking dhcpc6 initially. This is required to enable DHCPv6-PD for interfaces which are yet not up and running and my be started later by VyOS. | |||
2020-08-03 | op-mode: T2546: use inline shell code for "configure" | Christian Poessinger | |
Commit 787879ba ("configure: op-mode: move XML here") migrated the op-mode command "configure" to vyos-1x. The used shell snipped in turn sometimes complained about: "_vyatta_op_do_key_bindings: command not found". This is now resolved by moving the code entirely into the node.def file. | |||
2020-08-03 | ipv6-tool: op-mode: T2724: use full path to binary and quote arguments | Christian Poessinger | |