Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
5bc4f122
Commit
5bc4f122
authored
Feb 11, 2016
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the local interface.
parent
28a408dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
babeld.man
babeld.man
+44
-0
No files found.
babeld.man
View file @
5bc4f122
...
...
@@ -112,6 +112,9 @@ is 0.
.BI \-g " port"
Listen for connections from a front-end on port
.IR port .
The protocol is described in the section
.B Local Configuration Protocol
below.
.TP
.BI \-t " table"
Use the given kernel routing table for routes inserted by
...
...
@@ -525,6 +528,47 @@ should include the line
redistribute local deny
.PP
as the last line in your configuration file.
.SH LOCAL CONFIGURATION INTERFACE
If
.B babeld
is invoked with the flag
.BR \-g ,
it accepts TCP connections from local clients on the given port and address
.B ::1
(the IPv6
.B localhost
address). When a client connects,
.B babeld
replies with
.B BABEL
followed with the supported version of the local configuration protocol (currently
.BR 1.0 ).
It follows with a number of informational lines
.RB ( version
etc.), followed with
.BR ok .
The client can then send requests, one per line. To each request,
.B babeld
replies with one or more lines of data, followed with one of
.BR ok ,
.BR no ,
or
.BR bad .
The following requests are currently defined:
.IP \(bu 2
any configuration file directive, including
.BR interface ;
.IP \(bu 2
.BR "flush interface" ;
.IP \(bu 2
.BR dump ;
.IP \(bu 2
.B monitor
and
.BR unmonitor ;
.IP \(bu 2
.BR quit .
.SH EXAMPLES
You can participate in a Babel network by simply running
.IP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment