ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alex Yustasov <yust@anti-leasure.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] default route и awk
Date: Thu, 22 Jun 2006 22:17:09 +0300
Message-ID: <20060622191709.GA11183@yust.work> (raw)
In-Reply-To: <20060622190116.GZ7921@osdn.org.ua>

On Thu, Jun 22, 2006 at 10:01:16PM +0300, Michael Shigorin wrote:
> On Thu, Jun 22, 2006 at 09:50:57PM +0300, Alex Yustasov wrote:
> > Это нормальный результат
> > [root@mc ~]# ip route list | awk '/^default / { sub(/eth/,"",$NF); print $NF }'
> > link
> > ?
> > Вообщем-то нужен номер eth по умолчанию.
> 
> Во-первых, default route может быть несколько.
> Во-вторых, у меня оно вернуло:
> 
> 0
> 0
> 
> Возможно, дело в LC_*.
> 
> > И где и как правильно определить, что ethN default gateway для
> > net-scripts?
> 
> Так же?  Припоминается, что там надо было ещё указывать gateway
> dev в явном виде -- `grep -r GATEWAYDEV /etc`.
Т.е. в /etc/sysconfig/network
GATEWAYDEV=eth0 ?

А вот что с awk?

[root@mc sysconfig]# ip route list
192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.3 
127.0.0.0/8 dev lo  scope link 
default dev eth0  scope link 
[root@mc sysconfig]# ip route list | awk '/^default / { sub(/eth/,"",$NF); print $NF }'
link
[root@mc sysconfig]# locale
LANG=POSIX
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

-- 
    Alex Yustasov

ALT Linux fortune:
> "Не давайте больному костыли, лучше научите его ходить" (с)
> А без красивых слов - надо просто править исходные коды и
> отсылать патчи в upstream.
Согласен.  Я постараюсь не забыть без -Wall -Werror этот модуль
в Сизиф не пропустить.
		-- ldv in sisyphus@


  reply	other threads:[~2006-06-22 19:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-22 18:50 Alex Yustasov
2006-06-22 19:01 ` Michael Shigorin
2006-06-22 19:17   ` Alex Yustasov [this message]
2006-06-22 21:56     ` Pavel Usischev
2006-06-23  5:50       ` Alex Yustasov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060622191709.GA11183@yust.work \
    --to=yust@anti-leasure.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git