This repository was archived by the owner on Jan 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore-290.html
177 lines (123 loc) · 5.76 KB
/
core-290.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>netkit-ng-core 2.9.0 | Netkit-NG</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/colorbox.css" rel="stylesheet" type="text/css">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/custom.css" rel="stylesheet" type="text/css">
<link rel="canonical" href="https://netkit-ng.github.io/core-290.html">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta name="author" content="Julien 'Kartoch' Iguchi-Cartigny">
<link rel="next" href="core-2110.html" title="netkit-ng-core 2.11.0" type="text/html">
<meta property="og:site_name" content="Netkit-NG">
<meta property="og:title" content="netkit-ng-core 2.9.0">
<meta property="og:url" content="https://netkit-ng.github.io/core-290.html">
<meta property="og:description" content="renaming vconfig to vconf (zioproto)
support for connection mconsole (babazka)
support for vdump (via uml_dump): small utility to connect wireshark or
tcpdump directly to a uml_switch
add Ktabstart, a">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2013-04-25T10:26:17+02:00">
<meta property="article:tag" content="core">
<meta property="article:tag" content="release">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://netkit-ng.github.io/">
<span id="blog-title">Netkit-NG</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="core.html">Extending core</a>
</li>
<li>
<a href="build.html">Extending fs and kernel build</a>
</li>
<li>
<a href="umldump.html">uml_dump</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- End of Menubar -->
<div class="container" id="content">
<div class="body-content">
<!--Body content-->
<div class="row">
<article class="storypage" itemscope="itemscope" itemtype="http://schema.org/Article">
<header>
<h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">netkit-ng-core 2.9.0</a></h1>
</header>
<div class="e-content entry-content" itemprop="articleBody text">
<ul class="simple">
<li>renaming vconfig to vconf (zioproto)</li>
<li>support for connection mconsole (babazka)</li>
<li>support for vdump (via uml_dump): small utility to connect wireshark or
tcpdump directly to a uml_switch</li>
<li>add Ktabstart, a tool to run netkit session within konsole tabs (sv75)</li>
<li>better looking excludes in Makefile (Markus Stenberg)</li>
<li>sources of the uml tools are in src/ directory and patches are applied
during build</li>
<li>removing previous uml tools binaries</li>
<li>removing obsolete goals in Makefile</li>
</ul>
</div>
</article>
</div>
<!--End of body content-->
<footer>
Contents © 2014 <a href="mailto:[email protected]">Julien ‘Kartoch’ Iguchi-Cartigny</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a>
</footer>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.colorbox-min.js"></script>
<script>jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script>
<!-- fancy dates -->
<script>
moment.locale("");
fancydates(0, "YYYY-MM-DD HH:mm");
</script>
<!-- end fancy dates -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45124358-3', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>