<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/examples/dispatcher, branch lr/python3</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>build: merge "examples/Makefile.am" into toplevel Makefile</title>
<updated>2016-10-21T15:37:57+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-10-18T12:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=351851cf271013e0c7d04614fc0a72b7cdd39fd0'/>
<id>351851cf271013e0c7d04614fc0a72b7cdd39fd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh comment</title>
<updated>2016-03-31T18:46:52+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-03-31T18:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=05f17ace7112aa1dfc383292f8bf6d5b5448bca1'/>
<id>05f17ace7112aa1dfc383292f8bf6d5b5448bca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib/rpm: install pre-up dispatcher script "10-ifcfg-rh-routes.sh" as no-wait</title>
<updated>2016-01-08T13:27:18+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-01-08T12:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=bc7ad75d991c2d9b367d5f432c43a456a7faa8db'/>
<id>bc7ad75d991c2d9b367d5f432c43a456a7faa8db</id>
<content type='text'>
The main reason to introduce the "no-wait.d" dispatcher directory was
"10-ifcfg-rh-routes.sh", which (as a pre-up script) delays activation.
We even extracted the script to a separate package on RHEL to avoid
delays by default.

Invoke the script via no-wait.d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main reason to introduce the "no-wait.d" dispatcher directory was
"10-ifcfg-rh-routes.sh", which (as a pre-up script) delays activation.
We even extracted the script to a separate package on RHEL to avoid
delays by default.

Invoke the script via no-wait.d.
</pre>
</div>
</content>
</entry>
<entry>
<title>dispatcher: fix ifcfg-rh example dispatcher script (rh #1160013)</title>
<updated>2015-01-27T18:51:45+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@redhat.com</email>
</author>
<published>2015-01-27T17:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=8de1bec8032a733fa697832fcf85badeb3e102be'/>
<id>8de1bec8032a733fa697832fcf85badeb3e102be</id>
<content type='text'>
Routing table entries for a device get flushed when the device is
deactivated, but rules table entries don't, so we have to flush them
by hand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Routing table entries for a device get flushed when the device is
deactivated, but rules table entries don't, so we have to flush them
by hand.
</pre>
</div>
</content>
</entry>
<entry>
<title>ifcfg-rh: allow handling complex routing rules via dispatcher (rh #1160013)</title>
<updated>2015-01-12T14:53:24+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@redhat.com</email>
</author>
<published>2014-12-17T13:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=f79d62692ec4fe5ba21bbeab26286b2a3b250fdd'/>
<id>f79d62692ec4fe5ba21bbeab26286b2a3b250fdd</id>
<content type='text'>
If a connection has an associated "rule-NAME" or "rule6-NAME" file,
don't try to read in the routes, since NetworkManager won't be able to
parse them correctly. Instead, log a warning that they will need to be
applied via a dispatcher script, and provide a script that would do
that in examples/dispatcher/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a connection has an associated "rule-NAME" or "rule6-NAME" file,
don't try to read in the routes, since NetworkManager won't be able to
parse them correctly. Instead, log a warning that they will need to be
applied via a dispatcher script, and provide a script that would do
that in examples/dispatcher/.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: update 70-wifi-wired-exclusive.sh (bgo #513488)</title>
<updated>2014-04-28T22:07:02+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2014-04-25T14:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b77b7510d6d0777325e48728084764fbb97b806e'/>
<id>b77b7510d6d0777325e48728084764fbb97b806e</id>
<content type='text'>
Tighten up with suggestions from  Johannes Buchner and mention
his contribution.

Also fixes operation with current nmcli since it changed from
"802-3-ethernet" -&gt; "ethernet" and thus the script was broken.

https://bugzilla.gnome.org/show_bug.cgi?id=513488
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tighten up with suggestions from  Johannes Buchner and mention
his contribution.

Also fixes operation with current nmcli since it changed from
"802-3-ethernet" -&gt; "ethernet" and thus the script was broken.

https://bugzilla.gnome.org/show_bug.cgi?id=513488
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: update 70-wifi-wired-exclusive.sh for new nmcli syntax</title>
<updated>2013-07-15T13:52:23+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-07-15T13:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=8de9bfcf7dc337fcaaf570b0ed1bf65ad0c65913'/>
<id>8de9bfcf7dc337fcaaf570b0ed1bf65ad0c65913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: add dispatcher example for exclusive wired/wifi</title>
<updated>2012-09-20T15:19:11+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2012-09-20T15:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=aaa5d2f70fe5e0d768f17cbe274de015e34a0309'/>
<id>aaa5d2f70fe5e0d768f17cbe274de015e34a0309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
