Note: Mikrotik's RouterOS can add received IPv6 prefixes to a pool in its DHCPv6 client configuration, then the pool can be configured for DHCPv6 server to hand out addresses or sub-prefixes: https://wiki.mikrotik.com/wiki/Manual:IPv6/DHCP_Client
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Dec 1 2023
Dec 1 2023
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX68d416185886: mdns: T5793: Cleanup avahi-daemon configuration in `/etc` (authored by indrajitr).
GitHub <noreply@github.com> committed rVYOSONEX115c106bfbf7: Merge pull request #2559 from indrajitr/avahi-cleanup (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX5b7f7944eb06: Merge pull request #2557 from vyos/mergify/bp/sagitta/pr-2467 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX12e03feaed0b: Merge pull request #2558 from vyos/mergify/bp/sagitta/pr-2547 (authored by c-po).
indrajitr renamed T5793: mdns-repeater: Cleanup avahi-daemon configuration in /etc from mdns: Cleanup avahi-daemon configuration in /etc to mdns-repeater: Cleanup avahi-daemon configuration in /etc.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXa4f816a65e26: policy: T4704: Allowed to set metric (MED) to (+/-)rtt (authored by a.apostoliuk).
GitHub <noreply@github.com> committed rVYOSONEXa6d4dd18e256: Merge pull request #2554 from indrajitr/ddclient-update-20231128 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX12957f9f1aa4: Merge pull request #2547 from aapostoliuk/T4704-circinus (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX93038ae22e6e: Merge pull request #2555 from indrajitr/sagitta-ddclient-backports (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX01fec00f0d66: Merge pull request #2556 from vyos/mergify/bp/sagitta/pr-2459 (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX3e7575594016: T5727: Use native URL validator instead of regex-based validator (authored by indrajitr).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXccee236ee5f6: mdns: T5723: Always reload systemd daemon before applying changes (authored by indrajitr).
indrajitr updated the task description for T5791: Update dynamic dns configuration path to be consistent with other areas of VyOS.
indrajitr triaged T5791: Update dynamic dns configuration path to be consistent with other areas of VyOS as Normal priority.
Nov 30 2023
Nov 30 2023
GitHub <noreply@github.com> committed rVYOSONEX652e235894ae: Merge pull request #2526 from vyos/mergify/bp/sagitta/pr-2503 (authored by dmbaturin).
GitHub <noreply@github.com> committed rVYOSONEXfc76d8f78348: Merge pull request #2553 from dmbaturin/T5772 (authored by dmbaturin).
a.hajiyev added a comment to T5004: DHCP-Relay potential bug. Static configurations of DHCP-Relay Interfaces.
Tested in VyOS 1.3.4
Tested in VyOS 1.4-rolling-202311100309
jestabro closed T5789: image-tools should copy ssh host keys on image update, a subtask of T4516: Rewrite system image manipulation tools in Python, as Unknown Status.
GitHub <noreply@github.com> committed rVYOSONEX5a524fa718e2: Merge pull request #2552 from jestabro/image-update-host-keys (authored by jestabro).
Nov 29 2023
Nov 29 2023
jestabro closed T5751: Adjust new image tools for non-interactive use, a subtask of T4516: Rewrite system image manipulation tools in Python, as Unknown Status.
jestabro updated the task description for T5789: image-tools should copy ssh host keys on image update.
c-po moved T5788: frr: update to 9.1 release from Backlog to In Progress on the VyOS 1.5 Circinus board.
currently OSPF smoketests fail b/c of https://github.com/FRRouting/frr/issues/14910
Good day
GitHub <noreply@github.com> committed rVYOSONEXa29aba5d92ad: Merge pull request #2538 from c-po/crux-pr-2522-fixup (authored by dmbaturin).
a.hajiyev added a comment to T5004: DHCP-Relay potential bug. Static configurations of DHCP-Relay Interfaces.
Tested in VyOS 1.4-rolling-202311100309
n.fort changed the status of T5779: custom conntrack timeout rule not applicable from Confirmed to In progress.
Nov 28 2023
Nov 28 2023
GitHub <noreply@github.com> committed rVYOSONEX7ec55fca91f2: Merge pull request #2542 from jestabro/single-owner-https-config (authored by jestabro).
n.fort changed the status of T2737: DHCP Lease not displayed with a static map from In progress to Confirmed.
n.fort changed the status of T2737: DHCP Lease not displayed with a static map from Open to In progress.
GitHub <noreply@github.com> committed rVYOSONEX6d9feb9df38b: Merge pull request #2550 from jestabro/non-interactive-add-delete-image (authored by jestabro).
GitHub <noreply@github.com> committed rVYOSONEX50a78a29e3bb: Merge pull request #2536 from c-po/backport-pr-2527 (authored by c-po).
n.fort changed the status of T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config from Confirmed to In progress.
a.hajiyev added a comment to T4276: IPsec peers dh-group negotiation issue with pfs enabled and multiple proposals configured with IKEv1.
Tested on VyOS 1.4-rolling-202311100309
- IKEv1
- 2 proposals
- the pfs is enabled
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
