Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | show: T4581: 'show system cpu' fix | goodNETnick | |
2022-07-31 | graphql: T4580: handle case of op-mode script name containing hyphens | John Estabrook | |
2022-07-31 | smoketest: bridge: T4565: changes to lower interfaces must not destroy VLAN ↵ | Christian Poessinger | |
aware bridge | |||
2022-07-30 | bridge: T4565: is_member() must return the dict of the member interface | Christian Poessinger | |
... otherwise functionality like bridge VLANs will loose configuration on membe rinterface update (e.g. description) | |||
2022-07-30 | bridge: T4579: cleanup interface dict (remove empty keys) | Christian Poessinger | |
2022-07-30 | bridge: T4579: remove duplicate code path already handled by base class | Christian Poessinger | |
Interface() base class already takes care about VLAN creation/removal of newly added or no longer required interfaces. No need to code this logic again. | |||
2022-07-30 | Revert "vyos.configdict(): T4228: is_member() must split VLAN interfaces" | Christian Poessinger | |
This reverts commit fdeae251431cb747e8f60d96269b4365b7401807. | |||
2022-07-30 | op-mode: improve <help> strings | Christian Poessinger | |
2022-07-30 | op-mode: T1748: vbash: beautify tab completion output/line breaks | Christian Poessinger | |
2022-07-30 | Merge pull request #1445 from sever-sever/T4089 | Christian Poessinger | |
nat: T4089: Rewrite show nat destination rules | |||
2022-07-30 | nat: T4089: Rewrite show nat destination rules | Viacheslav Hletenko | |
Rewrite op-mode "show nat destination rules" to new format use "show_rules --direction destination" Delete old script "show_nat_rules.py" | |||
2022-07-29 | Merge pull request #1403 from sever-sever/T4518 | Christian Poessinger | |
lb-wan: T4518: Add XML for conf mode load-balancing wan | |||
2022-07-29 | Merge pull request #1442 from sever-sever/T4575 | Christian Poessinger | |
vyos.util: T4575: Add new wrapper "rc_cmd" | |||
2022-07-29 | Merge pull request #1432 from jestabro/gql-op-mode | John Estabrook | |
graphql: T4554: Automate GraphQL handling of standardized op-mode requests | |||
2022-07-29 | Merge pull request #1438 from sever-sever/T4569 | Christian Poessinger | |
bridge: T4569: Extend bridge.py for op-mode | |||
2022-07-29 | Merge pull request #1440 from sever-sever/T4570 | Christian Poessinger | |
vxlan: T4570: Verify MTU for remote address if source not defined | |||
2022-07-29 | Merge pull request #1441 from sever-sever/T4543 | Christian Poessinger | |
nat: T4543: Fix and rewrite show nat source statistics | |||
2022-07-29 | Merge pull request #1443 from sever-sever/T4562 | Christian Poessinger | |
vrf: T4562: Rewrite show vrf name xxx delete old script op-mode | |||
2022-07-29 | Merge pull request #1444 from tjjh89017/fix_t4577 | Christian Poessinger | |
T4577: wwan: fix incorrect return value unpacking | |||
2022-07-29 | T4577: wwan: fix incorrect return value unpacking | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2022-07-29 | vrf: T4562: Rewrite show vrf name xxx delete old script | Viacheslav Hletenko | |
Add option "--name" for function "show" to get required VRF name Delete old script "show_vrf.py" | |||
2022-07-28 | vyos.util: T4575: Add new wrapper "rc_cmd" | Viacheslav Hletenko | |
It is useful to have both a return code and output of the command Add a new wrapper "rc_cmd" that returns both % rc_cmd('uname') (0, 'Linux') % rc_cmd('ip link show dev fake') (1, 'Device "fake" does not exist.') | |||
2022-07-28 | nat: T4543: Fix and rewrite show nat source statistics | Viacheslav Hletenko | |
Rewrite "show nat source statistics" Use new format 'vyos.opmode module' Ability to get raw and formatted output | |||
2022-07-28 | vxlan: T4570: Verify MTU for remote address if source not defined | Viacheslav Hletenko | |
In some cases `source_address` can be not defined in the conf So we should to check list of `remote` vxlanX addresses If remote address is IPv6 - add overhead +20 bytes to default overhead 50. I.e. +70 bytes for IPv6 | |||
2022-07-27 | Merge pull request #1439 from sever-sever/T4531 | Christian Poessinger | |
nat: T4531: Fix op-mode NAT rules add default values | |||
2022-07-26 | nat: T4531: Fix op-mode NAT rules add default values | Viacheslav Hletenko | |
Add default values for the function _get_formatted_output_rules For variables: sport, dport, proto, saddr, daddr As in parser and loop those values or some of them may not occur | |||
2022-07-26 | bridge: T4569: Extend bridge.py for op-mode | Viacheslav Hletenko | |
Extend bridge.py op-mode script, allow next commands to use own op-mode functions Add: show bridge vlan show bridge brX fdb show bridge brX mdb | |||
2022-07-26 | T4571: add sflow vrf to sflow agent address IP validation | David | |
2022-07-26 | Merge pull request #1436 from aapostoliuk/T4546-sagitta | Christian Poessinger | |
nhrp: T4546: Fixed gateway in route add command | |||
2022-07-26 | Merge pull request #1435 from sever-sever/T4569 | Christian Poessinger | |
bridge: T4569: Rewrite show bridge script of vyos.opmode format | |||
2022-07-26 | nhrp: T4546: Fixed gateway in route add command | aapostoliuk | |
Fixed incorrect key to get gateway for route add command | |||
2022-07-26 | bridge: T4569: Rewrite show bridge script of vyos.opmode format | Viacheslav Hletenko | |
2022-07-25 | graphql: T4554: add resolver support for op-mode scripts | John Estabrook | |
2022-07-25 | bgp: T4560: neighbor/peer-group local-as option is only allowed for eBGP | Christian Poessinger | |
2022-07-25 | fastnetmon: T2659: PID file location is static and can't be changed | Christian Poessinger | |
2022-07-25 | Merge pull request #1433 from sever-sever/T4568 | Christian Poessinger | |
ipsec: T4568: Fix debug IPsec peer op-mode | |||
2022-07-25 | Merge pull request #1434 from aalmenar/T4556 | Christian Poessinger | |
fastnetmon: T4556: Allow configure white_list_path and populate with hosts/networks that should be ignored | |||
2022-07-25 | fastnetmon: T4556: Allow configure white_list_path and populate with ↵ | Adrian Almenar | |
hosts/networks that should be ignored. | |||
2022-07-25 | Merge pull request #1426 from sever-sever/T4545-nat | Christian Poessinger | |
nat: T4545: Rewrite show nat source rules script | |||
2022-07-25 | Merge pull request #1428 from sever-sever/T4552 | Christian Poessinger | |
IPsec: T4552: Fix reset vpn ipsec peer | |||
2022-07-25 | Merge pull request #1430 from sever-sever/T4562 | Christian Poessinger | |
vrf: T4562: Rewrite show vrf to vyos.opmode format | |||
2022-07-25 | graphql: T4413: use util function for system_status.py | John Estabrook | |
2022-07-25 | graphql: T4544: add script to generate GraphQL schema for op-mode | John Estabrook | |
2022-07-25 | ipsec: T4568: Fix debug IPsec peer | Viacheslav Hletenko | |
Debug Connections for a peer wasn't checked because of typo in var `conns` Replace ':' to '-' for IPv6 peers | |||
2022-07-25 | Merge pull request #1431 from jestabro/gql-dev | Daniil Baturin | |
graphql: T4567: Merge experimental branch of GraphQL development | |||
2022-07-25 | IPsec: T4552: Fix reset vpn ipsec peer | Viacheslav Hletenko | |
When we use IPv6 peer we need to make a replacement ":" => "-" for correct resetting as it doesn't match get_peer_connections() regex Use new format "vyos.opmode" | |||
2022-07-24 | graphql: T3993: add smoketest for GraphQL key authorization | John Estabrook | |
2022-07-24 | graphql: T4413: update 'SystemStatus' query for standardized op-mode | John Estabrook | |
Update for T2719: Standardized op mode script structure | |||
2022-07-24 | graphql: T4413: add support for a system status query | John Estabrook | |
2022-07-24 | graphql: T3993: disable introspection unless set in CLI | John Estabrook | |