summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-29T720: allow dots in user names as per POSIX 2008 portable character set.Daniil Baturin
2018-10-28T720: restrict usernames to the format useradd will accept.Daniil Baturin
This reintroduces hagbard's change that has somehow gone missing.
2018-10-25Merge pull request #80 from aaliddell/currentChristian Poessinger
T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6
2018-10-24T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6Adam Liddell
If this is not done, dhclient will fail with error "Can't bind to dhcp address: Cannot assign requested address". Also, misc whitespace fixes to file.
2018-10-24T932: add version file for DHCP relay.Daniil Baturin
2018-10-21T634: remove 'service ssh allow-root'Christian Poessinger
2018-10-21T863: increase default IGMP membership limit.Daniil Baturin
2018-10-20T300: Default sysctl config overrides arp_ignore on all interfacesChristian Poessinger
2018-10-16T600: Virtio network card, no info (maybe not fully supported?)hagbard
- set_speed_duplex checks for the existing values (again) and only issues ethtool if they differ. virtio_net returns 'unknown' therefore the settings have been applied only every 2nd commit.
2018-10-15Merge pull request #79 from hagbard-01/currenthagbard-01
T600: Virtio network card, no info
2018-10-15T600: Virtio network card, no infohagbard
2018-10-15T885 Bug in add system image signature check confirmationEwald van Geffen
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90 (cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8)
2018-10-14update service name to vyos-routerUnicronNL
2018-10-14T900: handle the case when a bridge and tunnel bridge group are removed in ↵Daniil Baturin
the same commit.
2018-10-14T898: use the new script for checking if a bridge still has active members.Daniil Baturin
2018-10-05Merge pull request #76 from andamasov/currentChristian Poessinger
Adding arp-cache-timeout on vlan level
2018-10-05Adding arp-cache-timeout on vlan levelAndamasov Yuriy
should fix T873
2018-10-02Remove some remnant of the Vyatta Subscription days.Daniil Baturin
2018-10-02T867: set the upgraded flag on image update if the user choses to save ↵Daniil Baturin
configuration.
2018-09-02T825: fix Makefile.am to ship new system@9 configChristian Poessinger
2018-09-02T825: remove deprecated 'set system package'Christian Poessinger
2018-08-31Merge pull request #75 from hagbard-01/currenthagbard-01
T427: Wireguard support
2018-08-31T427: Wireguard supporthagbard
- show interfaces shows now wg devices too.
2018-08-28import broadcast-relay@1 mdns@1 config version filesChristian Poessinger
2018-08-28T782: T778: import dhcp-server@5 config version file from vyatta-cfg-dhcp-serverChristian Poessinger
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin
2018-08-25T797: add sudo to ip link/ip tunnel commands, otherwise they are giving ↵Daniil Baturin
permission denied now.
2018-08-24T441: adjust user groups to work with FRR instead of quagga.Daniil Baturin
2018-08-02T764: increase the drive size requirement to 2G.Daniil Baturin
2018-07-29T757: Rewrite 'service dns dynamic' in new XML style formatChristian Poessinger
2018-07-30Merge pull request #74 from hagbard-01/currentDaniil Baturin
T736: Rewrite remote logging (syslog) to XML/Python
2018-07-30Merge branch 'current' into currentDaniil Baturin
2018-07-28T755: use ethertype for QinQ service VLAN creation.Daniil Baturin
2018-07-27Update changelog.Daniil Baturin
2018-07-27T666, T616: include the new VRRP version data file in make rules.Daniil Baturin
2018-07-27T666, T616: bump VRRP config version to 2.Daniil Baturin
2018-07-24T736: Rewrite remote logging (syslog) to XML/Pythonhagbard
2018-07-23T736: syslog referenced put into comments to test.hagbard
2018-07-23T736: syslog templates removedhagbard
2018-07-03T728: add support for vyos-postconfig-bootup.scriptDaniil Baturin
2018-06-30T719: remove warnings from SNMP ifAlias Perl scriptChristian Poessinger
SNMPD is executing an external PERL script when retrieving ifAlias descriptions. This is done via pass .1.3.6.1.2.1.31.1.1.1.18 /opt/vyatta/sbin/if-mib-alias ... but as VyOS 1.2 now uses Perl 5.20 some options will trigger warnings on script invocation. given is experimental at /opt/vyatta/sbin/if-mib-alias line 121. when is experimental at /opt/vyatta/sbin/if-mib-alias line 122. when is experimental at /opt/vyatta/sbin/if-mib-alias line 123. when is experimental at /opt/vyatta/sbin/if-mib-alias line 124. .1.3.6.1.2.1.31.1.1.1.18.1 string LOOPBACK Those warnings have been suppressed!
2018-06-15T697: remove dependencies no longer needed.Daniil Baturin
Moving snmp, snmpd, openssh-server, ssh, ntp to vyos-1x. Moving iputils-arping to there as well, nothing in cfg-system uses it, but scripts in op do, and they will be moved to vyos-1x.
2018-06-15Merge pull request #72 from shafer/pdnsfixesChristian Poessinger
Cleans up an old reference to dnsmasq in static-host-mapping
2018-06-14stop pdns-recursor from starting at boot.Kim
2018-06-13dnsmasq is gone, restart the correct processShafer Stockton
also prevents additions from failing at commit
2018-06-10T313: Typo fix in 'set system sysctl custom'Christian Poessinger
2018-06-08T652: remove PERL scripts required for SNMP serviceChristian Poessinger
2018-06-08Revert "T652: remove SNMP perl scripts"Christian Poessinger
This reverts commit 4524181410b68367d91e07552466ef577ac5b0e3.
2018-06-08T652: remove SNMP perl scriptsChristian Poessinger
2018-06-04T652: Rewrite service snmp in new style XML interface definitionChristian Poessinger
Perl scripts will be removed when op mode commands are implemented.