summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-08Update debian live mountpoint directories.Kim Hagen
2016-02-08Update debian live mountpoin.Kim Hagen
2016-02-08Update location of LIVE_CD.Kim Hagen
2016-02-08Update paths in del_non_image_files function.Kim Hagen
2016-02-08Merge branch 'current' of github.com:vyos/vyatta-op into currentKim Hagen
2016-02-08Fix "show system image version" command.Kim Hagen
2016-02-03Correct the path to poff for jessie.Thomas Jepp
2016-01-26Add function to bash-completion script to fix message "bad array subscript"Kim Hagen
2016-01-240.14.0+vyos2+current1debian/0.14.0+vyos2+current1Kim Hagen
2016-01-24git push origin currentUnicronNL
Merge remote-tracking branch 'tomjepp/jessie' into current
2015-12-19Easter egg: 'show version funny' command that displays limericksDaniil Baturin
after version information.
2015-12-19Remove referenced to Vyatta from 'show version' completion help.Daniil Baturin
2015-12-190.14.0+vyos2+lithium14debian/0.14.0+vyos2+lithium14Daniil Baturin
2015-12-19Easter egg: 'show version funny' command that displays limericksDaniil Baturin
after version information.
2015-12-19Remove referenced to Vyatta from 'show version' completion help.Daniil Baturin
2015-11-23Add missing build depends for Jessie.Thomas Jepp
2015-11-210.14.0+vyos2+lithium13debian/0.14.0+vyos2+lithium13Alex Harpin
2015-11-21vyatta-op: add restart cli command for ntpAlex Harpin
Add a CLI op mode command to allow restarting of the NTP service without having to update the configuration. Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
2015-11-21vyatta-op: add restart cli command for telnetAlex Harpin
Add a CLI op mode command to allow restarting of the Telnet service without having to update the configuration. Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
2015-11-21vyatta-op: add "check if service is configured" to restart commandsAlex Harpin
Add a check to the recent service restart CLI command additions to ensure they are currently configured before allowing a restart. Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
2015-11-21vyatta-op: add restart cli command for snmpAlex Harpin
Add a CLI op mode command to allow restarting of the SNMP service without having to update the configuration. Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
2015-11-21vyatta-op: add restart cli command for sshAlex Harpin
Add a CLI op mode command to allow restarting of the SSH service without having to update the configuration. Bug #514 http://bugzilla.vyos.net/show_bug.cgi?id=514
2015-11-190.14.0+vyos2+lithium12debian/0.14.0+vyos2+lithium12Alex Harpin
2015-11-19vyatta-op: set 'restart dns forwarding' to use vyatta-dns-forwarding.plAlex Harpin
Update the op mode command 'restart dns forwarding' to use the expanded vyatta-dns-forwarding.pl code. Bug #619 http://bugzilla.vyos.net/show_bug.cgi?id=619
2015-11-20Merge pull request #4 from tomjepp/lithiumDaniil Baturin
Bug #619 - Implemented a DNS forwarder restart command - "restart dns forwarding"
2015-11-19Implemented a DNS forwarder restart command - "restart dns forwarding"Thomas Jepp
2015-11-020.14.0+vyos2+lithium11debian/0.14.0+vyos2+lithium11Alex Harpin
2015-11-02vyatta-op: skip unknown interfaces in "show interfaces counters/detail"Alex Harpin
Skip unknown interface types when running "show interfaces counters" or "show interfaces detail" from the CLI. Bug #610 http://bugzilla.vyos.net/show_bug.cgi?id=610
2015-11-02vyatta-op: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-show-interfaces.pl to maintain style consistency
2015-06-180.14.0+vyos2+lithium10debian/0.14.0+vyos2+lithium10Alex Harpin
2015-06-18vyatta-op: update dh_gencontrol with new development build flagAlex Harpin
2015-06-18vyatta-op: remove user login public key information with strip-privateAlex Harpin
Extend the strip-private command pipe so that it removes the public key user login information. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2015-06-18vyatta-op: strip-private removes "user" rather than actual usernameAlex Harpin
The strip-private pipe command removes the user node entry rather than the actual username. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2015-04-090.14.0+vyos2+lithium9debian/0.14.0+vyos2+lithium9Daniil Baturin
2015-04-09Update debian/control to match the reality.Daniil Baturin
Specifically, remove reference to Vyatta and packages that never existed in VyOS (vyatta-unicast and vyatta-serial).
2015-04-09Replace the old hypervisor_vendor utility with hvinfo.Daniil Baturin
2015-02-170.14.0+vyos2+lithium8debian/0.14.0+vyos2+lithium8Daniil Baturin
2015-02-17Bug #377: make commands pipe throw an error in op mode.Daniil Baturin
2015-01-250.14.0+vyos2+lithium7debian/0.14.0+vyos2+lithium7Alex Harpin
2015-01-24vyatta-op: replace 'show shutdown' with 'show poweroff' and use scriptAlex Harpin
Rename 'show shutdown' to 'show poweroff' so it is the same as the configuration options, and set the command to use the script to show the scheduled poweroff time. Bug #461 http://bugzilla.vyos.net/show_bug.cgi?id=461
2015-01-24vyatta-op: final fix for the ssh client failing to disconnect on rebootAlex Harpin
Final fix to ensure that any SSH clients are sent the disconnect signal on a scheduled reboot as well as a 'reboot now'. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
2015-01-24vyatta-op: update the system poweroff cli command to be script basedAlex Harpin
Update the system poweroff command to use the vyatta-poweroff.pl script rather than simply uisng the shutdown command. This allows other actions to be taken on shutdown, including correctly disconnecting SSH clients rather than having them resorting to timing out (Bug #298) Bug #460 http://bugzilla.vyos.net/show_bug.cgi?id=460
2015-01-24vyatta-op: remove unused reboot configuration nodesAlex Harpin
Remove unused configuration nodes from the reboot templates under both the 'at' and 'cancel' nodes. Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
2015-01-200.14.0+vyos2+lithium6debian/0.14.0+vyos2+lithium6Daniil Baturin
2015-01-20Bug #456: add simple CLI for iperf.Daniil Baturin
2015-01-140.14.0+vyos2+lithium5debian/0.14.0+vyos2+lithium5Alex Harpin
2015-01-14vyatta-op: fix for show host domain replies (none)Alex Harpin
Add the -d option to /bin/domainname so it actually returns the domain name configured on the system instead of (none) Bug #438 http://bugzilla.vyos.net/show_bug.cgi?id=438
2015-01-010.14.0+vyos2+lithium4debian/0.14.0+vyos2+lithium4Alex Harpin
2015-01-01vyatta-op: on shutdown/reboot the client ssh session doesn't disconnectAlex Harpin
When either the reboot or poweroff commands are issued from the CLI, any ssh clients currently connected to the system aren't disconnected correctly, having to rely on a timeout to terminate them. The sendsigs process doesn't fully close sshd before the network is taken down, with the result that the client don't receive the disconnect signal. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
2014-12-310.14.0+vyos2+lithium3debian/0.14.0+vyos2+lithium3Alex Harpin