diff options
author | Lou Berger <lberger@labn.net> | 2017-03-30 20:22:35 +0200 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2017-03-30 20:22:35 +0200 |
commit | 447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6 (patch) | |
tree | 092d3d129e2c55b66f99ee8a2d2f0ab659b82017 /snapcraft/README.snap_build.md | |
parent | Merge pull request #299 from opensourcerouting/test-ref-out (diff) | |
download | frr-447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6.tar.xz frr-447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6.zip |
Rename: FreeRangeRouting FRRouting
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'snapcraft/README.snap_build.md')
-rw-r--r-- | snapcraft/README.snap_build.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/snapcraft/README.snap_build.md b/snapcraft/README.snap_build.md index 341b210f7..b14b10b83 100644 --- a/snapcraft/README.snap_build.md +++ b/snapcraft/README.snap_build.md @@ -1,4 +1,4 @@ -Building your own FreeRangeRouting Snap +Building your own FRRouting Snap ======================================== (Tested on Ubuntu 16.04 with Snap Version 2, does not work on Ubuntu 15.x which uses earlier versions of snaps) @@ -7,7 +7,7 @@ which uses earlier versions of snaps) sudo apt-get install snapcraft -2. Checkout FreeRangeRouting under a **unpriviledged** user account +2. Checkout FRRouting under a **unpriviledged** user account git clone https://github.com/freerangerouting/frr.git cd frr @@ -56,8 +56,8 @@ The Snap will be auto-started and running. Operations ========== -### FreeRangeRouting Daemons -At this time, all FreeRangeRouting daemons are auto-started. +### FRRouting Daemons +At this time, all FRRouting daemons are auto-started. A daemon can be stopped/started with (ie ospf6d) @@ -69,7 +69,7 @@ or disabled/enabled with systemctl disable snap.frr.ospf6d.service systemctl enable snap.frr.ospf6d.service -### FreeRangeRouting Commands +### FRRouting Commands All the commands are prefixed with frr. frr.vtysh -> vtysh |