summaryrefslogtreecommitdiffstats
path: root/snapcraft (follow)
Commit message (Collapse)AuthorAgeFilesLines
* snapcraft: Add PBR daemon to snap packageMartin Winter2018-05-014-1/+30
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Add eigrp daemon to snap packageMartin Winter2018-05-014-2/+30
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Add babel daemon to snap packageMartin Winter2018-05-014-1/+29
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Fix missing runtime lib dependenciesMartin Winter2018-05-011-0/+3
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* build: non-recursive auxiliary directoriesDavid Lamparter2017-07-311-8/+0
| | | | | | | Flatten {m4,pkgsrc,python,redhat,snapcraft}/Makefile.am into the main one. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* gitignore: update references to FRRJafar Al-Gharaibeh2017-07-121-1/+1
| | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* snapcraft: fix minor typoQuentin Young2017-05-151-2/+2
| | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* snap: add vtysh as a "proper" command alias for frr.vtyshJafar Al-Gharaibeh2017-05-153-10/+24
| | | | | | | This allows direct access to vtysh without the "frr." prefix. The alias can be enabled by sudo snap frr vtysh Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* snapcraft: Clean up old no longer used configure flagsMartin Winter2017-04-281-7/+0
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Add support for extra version informationMartin Winter2017-04-286-3/+18
| | | | | | | - frr.version snap command will now show the contents of extra_version_info.txt in addition to the zebra --version output Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Fix missing files in "make dist" targetMartin Winter2017-04-281-20/+2
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Add FPM module with command to set mode or disable itMartin Winter2017-04-215-2/+68
| | | | | | | - New snap command: frr.set fpm {disable | protobuf | netlink} Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Add nhrpd to snapMartin Winter2017-04-214-3/+29
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Fix another old leftover of ubuntu-core in build docMartin Winter2017-04-211-1/+3
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Update snapcraft requirements for FRR 3.0 (from 2.0)Martin Winter2017-04-211-1/+4
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Improve README.usage.md based on feedback receivedMartin Winter2017-04-211-5/+54
| | | | | | | | | - Fix snap connect (it's now called core, not ubuntu-core) - Add section on MPLS configuration - Add FAQ topic on ospfd/ospf6d crashing before privs are assigned to snap - Add pointer to official webpage Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* build: remove wildcards from snapcraft/Makefile.amDavid Lamparter2017-04-041-4/+24
| | | | | | automake does not support globs. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* Rename: freerangerouting --> frroutingLou Berger2017-03-302-2/+2
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* Rename: FreeRangeRouting FRRoutingLou Berger2017-03-303-13/+13
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* snapcraft: Change setup/ to snap/ directory based on new snap formatMartin Winter2017-03-182-1/+1
| | | | | | | DEPRECATED: Assets in 'setup/gui' should now be placed in 'snap/gui'. See http://snapcraft.io/docs/deprecation-notices/dn3 for more information. Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Add missing snapcraft files from dist (make dist) archiveMartin Winter2017-03-181-10/+4
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Replace temporary logo with official FRR logoMartin Winter2017-03-111-0/+0
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* snapcraft: Add snapcraft build and definition filesMartin Winter2017-01-2527-0/+565
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>