Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RINA-Quick
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aaron Chen
RINA-Quick
Commits
7fc892a5
Commit
7fc892a5
authored
Aug 20, 2015
by
JuiceboxSingularity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
77390760
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
4 deletions
+23
-4
alpha/ipcmanager.conf
alpha/ipcmanager.conf
+0
-4
alpha/startup.sh
alpha/startup.sh
+7
-0
beta/ipcmanager.conf
beta/ipcmanager.conf
+0
-0
beta/startup.sh
beta/startup.sh
+9
-0
gamma/ipcmanager.conf
gamma/ipcmanager.conf
+0
-0
gamma/startup.sh
gamma/startup.sh
+7
-0
No files found.
alpha
-
ipcmanager.conf
→
alpha
/
ipcmanager.conf
View file @
7fc892a5
...
...
@@ -105,10 +105,6 @@
"apName"
:
"test2.IRATI"
,
"apInstance"
:
"1"
,
"address"
:
17
}, {
"apName"
:
"test3.IRATI"
,
"apInstance"
:
"1"
,
"address"
:
18
} ],
"addressPrefixes"
: [ {
"addressPrefix"
:
0
,
...
...
alpha/startup.sh
0 → 100644
View file @
7fc892a5
ip
link
add
link
tap0 name tap0.100
type
vlan
id
100
ip
link set
dev tap0 up
ip
link set
dev tap0.100 up
modprobe shim-eth-vlan
modprobe rina-default-plugin
modprobe normal-ipcp
beta
-
ipcmanager.conf
→
beta
/
ipcmanager.conf
View file @
7fc892a5
File moved
beta/startup.sh
0 → 100644
View file @
7fc892a5
ip
link
add
link
tap0 name tap0.100
type
vlan
id
100
ip
link
add
link
tap0 name tap0.101
type
vlan
id
101
ip
link set
dev tap0 up
ip
link set
dev tap0.100 up
ip
link set
dev tap0.101 up
modprobe shim-eth-vlan
modprobe rina-default-plugin
modprobe normal-ipcp
gamma
-
ipcmanager.conf
→
gamma
/
ipcmanager.conf
View file @
7fc892a5
File moved
gamma/startup.sh
0 → 100644
View file @
7fc892a5
ip
link
add
link
tap0 name tap0.101
type
vlan
id
101
ip
link set
dev tap0 up
ip
link set
dev tap0.101 up
modprobe shim-eth-vlan
modprobe rina-default-plugin
modprobe normal-ipcp
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