Related bug with migration https://vyos.dev/T5721
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 11 2023
Dec 10 2023
Dec 9 2023
@giga1699 could you re-check?
Can we close it?
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2599
@I-n-d-y Could you re-check?
Opened issue https://github.com/FRRouting/frr/issues/14924
There is no section address now
VyOS 1.5-rolling-202312070905
vyos@r4# set service dns dynamic
Possible completions:
interval Interval in seconds to wait between Dynamic DNS updates
(default: 300)
+> name Dynamic DNS configuration
vrf VRF instance nameDuplicate
Dec 8 2023
Details in the PR https://github.com/vyos/vyos-1x/pull/1516
Or you can use PBR for destination/source address /port/protocol
PR https://github.com/vyos/vyos-1x/pull/2590
set load-balancing reverse-proxy service web mode http set load-balancing reverse-proxy service web port 443 set load-balancing reverse-proxy service web ssl certificate cert set load-balancing reverse-proxy service web ssl certificate client1 set load-balancing reverse-proxy backend bk01 server srv01 address 192.0.2.1 set load-balancing reverse-proxy backend bk01 server srv01 port 9898
Dec 7 2023
Could you create a PR?
Dec 5 2023
PR https://github.com/vyos/vyos-1x/pull/2573
set interfaces ethernet eth0 address '192.168.122.14/24' set interfaces ethernet eth0 address '192.168.122.10/24' set interfaces ethernet eth2 address '2001:db8::1/64'
Dec 4 2023
Dec 2 2023
Cannot pass smoketest, @indrajitr could you re-check?
DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py
DEBUG - test_service_dual_stack (__main__.TestServiceMDNSrepeater.test_service_dual_stack) ... FAIL
DEBUG - test_service_ipv4 (__main__.TestServiceMDNSrepeater.test_service_ipv4) ... FAIL
DEBUG - test_service_ipv6 (__main__.TestServiceMDNSrepeater.test_service_ipv6) ... FAIL
DEBUG -
DEBUG - ======================================================================
DEBUG - FAIL: test_service_dual_stack (__main__.TestServiceMDNSrepeater.test_service_dual_stack)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py", line 47, in tearDown
DEBUG - self.assertTrue(process_named_running('avahi-daemon'))
DEBUG - AssertionError: None is not true
DEBUG -
DEBUG - ======================================================================
DEBUG - FAIL: test_service_ipv4 (__main__.TestServiceMDNSrepeater.test_service_ipv4)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py", line 47, in tearDown
DEBUG - self.assertTrue(process_named_running('avahi-daemon'))
DEBUG - AssertionError: None is not true
DEBUG -
DEBUG - ======================================================================
DEBUG - FAIL: test_service_ipv6 (__main__.TestServiceMDNSrepeater.test_service_ipv6)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py", line 47, in tearDown
DEBUG - self.assertTrue(process_named_running('avahi-daemon'))
DEBUG - AssertionError: None is not true
DEBUG -
DEBUG - ----------------------------------------------------------------------
DEBUG - Ran 3 tests in 11.145s
DEBUG -
DEBUG - FAILED (failures=3)Dec 1 2023
The similar task, leave a link here https://vyos.dev/T3771
Nov 30 2023
Nov 28 2023
You can use GraphQL query. It shows you what does container.py for raw format
set service https api graphql set service https api keys id KID key 'foo'
Query
curl -k --raw 'https://localhost/graphql' \
-H 'Content-Type: application/json' \
-d '{"query":" { ShowImageContainer (data: {key: \"foo\"}) {\n success\n errors\n data {\n result\n }\n}\n}\n"}'For example
Nov 27 2023
Nov 25 2023
What is the difference between local router and failover router? It is not clear. My local router in failover mode ;) but state master.
Nov 24 2023
Do you want to see leases state == backup?
What is the expected?
Nov 23 2023
There are different commands
vyos@r1:~$ show bgp neighbors 192.168.122.14 advertised-routes % No such neighbor or address family vyos@r1:~$ vyos@r1:~$ show ip bgp neighbors 192.168.122.14 advertised-routes vyos@r1:~$
Should we return global state policy?
It was useful.
Backport to 1.4 has conflicts https://github.com/vyos/vyos-1x/pull/2533
Nov 22 2023
Works fine
$ curl -k --location --request POST 'https://192.168.122.11/reboot' --form data='{"op": "reboot", "path": ["now"]}' --form key='foo' {"success": true, "data": "Warning: there are unsaved configuration changes!\nRun 'save' command if you do not want to lose those changes after reboot/shutdown.\n\n", "error": null}
@a.apostoliuk will be available in the next rolling release.
Nov 21 2023
Nov 20 2023
Did you try it?
set interfaces pppoe pppoe1 ipv6
If someone will implement it, there was a discussion https://github.com/vyos/vyos-1x/pull/2488