Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
ec72fd73
Commit
ec72fd73
authored
Oct 03, 2012
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l2tp: remove references to old bridge utils
Can no manage interfaces with ip no need to invoke old brctl
parent
0849e60a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
man/man8/ip-l2tp.8
man/man8/ip-l2tp.8
+6
-7
No files found.
man/man8/ip-l2tp.8
View file @
ec72fd73
...
...
@@ -311,9 +311,9 @@ those headers.
.PP
.nf
site-A:# ip link set l2tpeth0 up mtu 1446
site-A:#
brctl addbr br0
site-A:#
brctl addif br0 l2tpeth
0
site-A:#
brctl addif br0 eth
0
site-A:#
ip link add br0 type bridge
site-A:#
ip link set l2tpeth0 master br
0
site-A:#
ip link set eth0 master br
0
site-A:# ip link set br0 up
.fi
.PP
...
...
@@ -323,9 +323,9 @@ over an L2TP pseudowire:
.PP
.nf
site-A:# ip link set l2tpeth0 up mtu 1446
site-A:#
brctl addbr brvlan5
site-A:#
brctl addif brvlan5 l2tpeth0.
5
site-A:#
brctl addif brvlan5 eth1.
5
site-A:#
ip link add brvlan5 type bridge
site-A:#
ip link set l2tpeth0.5 master brvlan
5
site-A:#
ip link set eth1.5 master brvlan
5
site-A:# ip link set brvlan5 up
.fi
.PP
...
...
@@ -370,7 +370,6 @@ dynamic tunnels. If a non-Linux peer supports Hello messages in
unmanaged tunnels, it must be turned off to interoperate with Linux.
.SH SEE ALSO
.br
.BR brctl (8)
.BR ip (8)
.SH AUTHOR
James Chapman <jchapman@katalix.com>
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