summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07Merge pull request #1276 from c-po/t4346-deprecate-ipv6-disableChristian Poessinger
2022-04-07ipv6: T4346: deprecate CLI command to disable IPv6 address familyChristian Poessinger
2022-04-07vyos.base: T4346: add common DeprecationWarning() classChristian Poessinger
2022-04-07Merge pull request #1264 from c-po/t4336-isis-equuleusDaniil Baturin
2022-04-07Merge pull request #1268 from c-po/t4341-ssh-loginDaniil Baturin
2022-04-07Merge pull request #1261 from c-po/t4319-disable-ipv6-equuleusDaniil Baturin
2022-04-06smoketest: isis: extend testcase to verify 'is-type level-2-only' can be setChristian Poessinger
2022-04-06isis: T4336: add support for MD5 authentication password on a circuitChristian Poessinger
2022-04-06Merge pull request #1265 from c-po/t4337-isis-equuleusDaniil Baturin
2022-04-06Merge pull request #1269 from c-po/t3804-dns-equuleusDaniil Baturin
2022-04-05dns: forwarding: T3804: bugfix DHCP name-servers used for recursionChristian Poessinger
2022-04-04login: T4341: busy wait on userdel(8) until the account was deleted successfullyChristian Poessinger
2022-04-04smoketest: login: verify test accounts are properly deletedChristian Poessinger
2022-04-04login: T4341: disable user account prior to deletionChristian Poessinger
2022-04-04smoketest: ssh: verify SSH service is stopped on removalChristian Poessinger
2022-04-04smoketest: ssh: verify login of valid and invalid test userChristian Poessinger
2022-04-04Merge pull request #1266 from c-po/pr-conflict-backportChristian Poessinger
2022-04-03GitHub: enable PR conflict workflow - backport from currentChristian Poessinger
2022-04-03smoketest: isis: T4337: verify IETF SPF delay algorithmChristian Poessinger
2022-04-03isis: T4337: IETF SPF delay algorithm can not be configuredChristian Poessinger
2022-03-31vyos.ifconfig: T4330: MTU must be configured prior to any IPv6 option changeChristian Poessinger
2022-03-31vyos.ifconfig: T4330: bugfix changing MTU when IPv6 is disabledChristian Poessinger
2022-03-31smoketest: vrf: verify routes via FRR cliChristian Poessinger
2022-03-30test: vyos.util build time tests should import all functionsChristian Poessinger
2022-03-30smoketest: T4319: verify correct assignment of loopback IP addressesChristian Poessinger
2022-03-30vyos.ifconfig: T4319: add_addr() should not add IPv6 address if it's disabledChristian Poessinger
2022-03-30vrf: T4319: do not add IPv6 localhost address if IPv6 is disabledChristian Poessinger
2022-03-30vyos.util: T4319: add is_ipv6_enabled() helper functionChristian Poessinger
2022-03-30Merge pull request #1257 from dmbaturin/T4319-loChristian Poessinger
2022-03-30T4319: do not try to add ::1/128 to lo when IPv6 is disabledDaniil Baturin
2022-03-28Merge pull request #1255 from vyos/revert-1235-equuleus-ipv6-local-routeDaniil Baturin
2022-03-28Revert "backport: T4515: T4219: policy local-route6 and inbound-interface sup...Daniil Baturin
2022-03-28Revert "openvpn: T4230: globally enable ip_nonlocal_bind"Daniil Baturin
2022-03-27Merge pull request #1254 from jestabro/eq-gql-test-nodeDaniil Baturin
2022-03-27graphql: T3993: add unsettable gql option; this is not exposed by CLIJohn Estabrook
2022-03-25smoketest: ipv6: fix testcase after using new sysctl interfaceChristian Poessinger
2022-03-25smoketest: mpls: disable debug outputChristian Poessinger
2022-03-25mpls: T915: use vyos.util.sysctl_write() helper functionChristian Poessinger
2022-03-25vyos.util: T4319: rename sysctl() -> sysctl_write()Christian Poessinger
2022-03-25ipv6: T4319: do not configure IPv6 related settings if it's disabledChristian Poessinger
2022-03-25system: T4319: align ipv6 settings with ipv4 by using get_config_dict()Christian Poessinger
2022-03-25vyos.util: T4319: provide generic sysctl_read() helperChristian Poessinger
2022-03-25xml: T4319: use common building block for table-size CLI optionChristian Poessinger
2022-03-25T4319: "system ip(v6)" must run before any interface operationChristian Poessinger
2022-03-24openvpn: T4230: globally enable ip_nonlocal_bindChristian Poessinger
2022-03-24Merge pull request #1210 from sever-sever/T4230-equChristian Poessinger
2022-03-24openvpn: T4294: force service restart on openvpn-option node changeChristian Poessinger
2022-03-23Merge pull request #1235 from hensur/equuleus-ipv6-local-routeChristian Poessinger
2022-03-16T3506: loadkey: fix build error1.3.1Christian Poessinger
2022-03-15bonding: T4301: Fixed arp-monitor optionzsdc