summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2018-05-31T232: force FAT label creation before creating the root partition.Daniil Baturin
2018-05-30T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd.Daniil Baturin
2018-05-30T667: increase the "system" module version for migration purposes.Daniil Baturin
2018-05-28Ignore nss mapuser when radius is enabled.Kim Hagen
2018-05-24set minimum uid to 1001Kim
Name mapping will not work on uids below 1001 https://github.com/vyos/libnss-mapuser/blob/2392d2acdff02dbf3d04b6a7eb08c195bd3a6168/map_common.c#L37
2018-05-24add path to libraryKim
2018-05-19Updata pam radius settingsUnicronNL
2018-05-17Use system instead of qxUnicronNL
2018-05-17Radius update nsswitch.confUnicronNL